#B868C9

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

Shades of Medium Orchid #B868C9

Tints of Medium Orchid #B868C9

Color information

#B868C9 (or 0xB868C9) is unknown color: approx Medium Orchid. HEX triplet: B8, 68 and C9. RGB value is (184,104,201). Sum of RGB (Red+Green+Blue) = 184+104+201=489 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.63% from 489); Green value is 104 (41.02% from 255 or 21.27% from 489); Blue value is 201 (78.91% from 255 or 41.10% from 489); Max value from RGB is 201 - color contains mainly: blue. Hex color #B868C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B868C9 is #479736. Grayscale: #8A8A8A. Windows color (decimal): -4691767 or 13199544. OLE color: 13199544.

HSL color Cylindrical-coordinate representation of color #B868C9: hue angle of 289.48º degrees, saturation: 0.47, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B868C9 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB184104201-
CMYK0.080.4800.21
HSL289.48º47.32%59.8%-
HSV(B)289.48º48.26%78.82%-
XYZ35.2624.3158.09-
YUV138.98163160.11-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.63%
GREEN value IS 104 (41.02% from 255) = 21.27%
BLUE value IS 201 (78.91% from 255) = 41.10%
R=37.63%
G=21.27%
B=41.10%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1841042010.080.4800.21289.4847.3259.8
HexB868C98300151212f3c
Octal27015031110600254415774
Binary101110001101000110010011000110000010101100100001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B868C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B868C9; }

 p { color: rgb(184,104,201); }

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

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

 a { background-color: rgb(184,104,201); }

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

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

 span { border-color: rgb(184,104,201); }

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