#B869D1

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

Shades of Medium Orchid #B869D1

Tints of Medium Orchid #B869D1

Color information

#B869D1 (or 0xB869D1) is unknown color: approx Medium Orchid. HEX triplet: B8, 69 and D1. RGB value is (184,105,209). Sum of RGB (Red+Green+Blue) = 184+105+209=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 209 (82.03% from 255 or 41.97% from 498); Max value from RGB is 209 - color contains mainly: blue. Hex color #B869D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869D1 is #47962E. Grayscale: #8C8C8C. Windows color (decimal): -4691503 or 13724088. OLE color: 13724088.

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

Color convert

RGB184105209-
CMYK0.120.5000.18
HSL285.58º53.06%61.57%-
HSV(B)285.58º49.76%81.96%-
XYZ36.3324.963.21-
YUV140.48166.67159.04-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 36.95%
GREEN value IS 105 (41.41% from 255) = 21.08%
BLUE value IS 209 (82.03% from 255) = 41.97%
R=36.95%
G=21.08%
B=41.97%

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
Decimal1841052090.120.5000.18285.5853.0661.57
HexB869D1C3201211e353e
Octal27015132114620224366576
Binary101110001101001110100011100110010010010100011110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869D1; }

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

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

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

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

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

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

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

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