#B859F2

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

Shades of Medium Orchid #B859F2

Tints of Medium Orchid #B859F2

Color information

#B859F2 (or 0xB859F2) is unknown color: approx Medium Orchid. HEX triplet: B8, 59 and F2. RGB value is (184,89,242). Sum of RGB (Red+Green+Blue) = 184+89+242=515 (68% of max value = 765). Red value is 184 (72.27% from 255 or 35.73% from 515); Green value is 89 (35.16% from 255 or 17.28% from 515); Blue value is 242 (94.92% from 255 or 46.99% from 515); Max value from RGB is 242 - color contains mainly: blue. Hex color #B859F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B859F2 is #47A60D. Grayscale: #868686. Windows color (decimal): -4695566 or 15882680. OLE color: 15882680.

HSL color Cylindrical-coordinate representation of color #B859F2: hue angle of 277.25º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B859F2 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18489242-
CMYK0.240.6300.05
HSL277.25º85.47%64.9%-
HSV(B)277.25º63.22%94.9%-
XYZ39.3723.7586.51-
YUV134.85188.47163.06-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 35.73%
GREEN value IS 89 (35.16% from 255) = 17.28%
BLUE value IS 242 (94.92% from 255) = 46.99%
R=35.73%
G=17.28%
B=46.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal184892420.240.6300.05277.2585.4764.9
HexB859F2183F051155541
Octal270131362307705425125101
Binary1011100010110011111001011000111111010110001010110101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B859F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B859F2; }

 p { color: rgb(184,89,242); }

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

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

 a { background-color: rgb(184,89,242); }

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

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

 span { border-color: rgb(184,89,242); }

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