#B869D0

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

Shades of Medium Orchid #B869D0

Tints of Medium Orchid #B869D0

Color information

#B869D0 (or 0xB869D0) is unknown color: approx Medium Orchid. HEX triplet: B8, 69 and D0. RGB value is (184,105,208). Sum of RGB (Red+Green+Blue) = 184+105+208=497 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.02% from 497); Green value is 105 (41.41% from 255 or 21.13% from 497); Blue value is 208 (81.64% from 255 or 41.85% from 497); Max value from RGB is 208 - color contains mainly: blue. Hex color #B869D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869D0 is #47962F. Grayscale: #8C8C8C. Windows color (decimal): -4691504 or 13658552. OLE color: 13658552.

HSL color Cylindrical-coordinate representation of color #B869D0: hue angle of 286.02º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B869D0 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB184105208-
CMYK0.120.5000.18
HSL286.02º52.28%61.37%-
HSV(B)286.02º49.52%81.57%-
XYZ36.224.8562.56-
YUV140.36166.17159.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.02%
GREEN value IS 105 (41.41% from 255) = 21.13%
BLUE value IS 208 (81.64% from 255) = 41.85%
R=37.02%
G=21.13%
B=41.85%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1841052080.120.5000.18286.0252.2861.37
HexB869D0C3201211e343d
Octal27015132014620224366475
Binary101110001101001110100001100110010010010100011110110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869D0; }

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

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

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

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

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

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

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

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