#B850FF

Color #B850FF Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B850FF

Tints of Medium Orchid #B850FF

Color information

#B850FF (or 0xB850FF) is unknown color: approx Medium Orchid. HEX triplet: B8, 50 and FF. RGB value is (184,80,255). Sum of RGB (Red+Green+Blue) = 184+80+255=519 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.45% from 519); Green value is 80 (31.64% from 255 or 15.41% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #B850FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B850FF is #47AF00. Grayscale: #828282. Windows color (decimal): -4697857 or 16732344. OLE color: 16732344.

HSL color Cylindrical-coordinate representation of color #B850FF: hue angle of 275.66º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B850FF is Cyan = 0.28, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB18480255-
CMYK0.280.6900
HSL275.66º100%65.69%-
HSV(B)275.66º68.63%100%-
XYZ40.6923.1596.93-
YUV131.05197.96165.77-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 35.45%
GREEN value IS 80 (31.64% from 255) = 15.41%
BLUE value IS 255 (100% from 255) = 49.13%
R=35.45%
G=15.41%
B=49.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal184802550.280.6900275.6610065.69
HexB850FF1C45001146442
Octal2701203773410500424144102
Binary101110001010000111111111110010001010010001010011001001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B850FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B850FF; }

 p { color: rgb(184,80,255); }

 H1.HeaderClassName
 {
   color: #B850FF;
 }
 .AnyTagClassName
 {
   color: #B850FF;
 }
</style>
background-color css

<style>
 a { background-color: #B850FF; }

 a { background-color: rgb(184,80,255); }

 div.DivClassName
 {
   background-color: #B850FF;
 }
 .BgClassName
 {
   background-color: #B850FF;
 }
</style>
border-color css

<style>
 span { border-color: #B850FF; }

 span { border-color: rgb(184,80,255); }

 td.TdClassName
 {
   border-color: #B850FF;
 }
 .TagClassName
 {
   border-color: #B850FF;
 }
</style>