#B869D8

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

Shades of Medium Orchid #B869D8

Tints of Medium Orchid #B869D8

Color information

#B869D8 (or 0xB869D8) is unknown color: approx Medium Orchid. HEX triplet: B8, 69 and D8. RGB value is (184,105,216). Sum of RGB (Red+Green+Blue) = 184+105+216=505 (66% of max value = 765). Red value is 184 (72.27% from 255 or 36.44% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 216 (84.77% from 255 or 42.77% from 505); Max value from RGB is 216 - color contains mainly: blue. Hex color #B869D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869D8 is #479627. Grayscale: #8C8C8C. Windows color (decimal): -4691496 or 14182840. OLE color: 14182840.

HSL color Cylindrical-coordinate representation of color #B869D8: hue angle of 282.7º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B869D8 is Cyan = 0.15, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB184105216-
CMYK0.150.5100.15
HSL282.7º58.73%62.94%-
HSV(B)282.7º51.39%84.71%-
XYZ37.2125.2567.88-
YUV141.28170.17158.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.44%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 216 (84.77% from 255) = 42.77%
R=36.44%
G=20.79%
B=42.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1841052160.150.5100.15282.758.7362.94
HexB869D8F330F11b3b3f
Octal27015133017630174337377
Binary10111000110100111011000111111001101111100011011111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869D8; }

 p { color: rgb(184,105,216); }

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

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

 a { background-color: rgb(184,105,216); }

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

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

 span { border-color: rgb(184,105,216); }

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