#B869CD

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

Shades of Medium Orchid #B869CD

Tints of Medium Orchid #B869CD

Color information

#B869CD (or 0xB869CD) is unknown color: approx Medium Orchid. HEX triplet: B8, 69 and CD. RGB value is (184,105,205). Sum of RGB (Red+Green+Blue) = 184+105+205=494 (65% of max value = 765). Red value is 184 (72.27% from 255 or 37.25% from 494); Green value is 105 (41.41% from 255 or 21.26% from 494); Blue value is 205 (80.47% from 255 or 41.50% from 494); Max value from RGB is 205 - color contains mainly: blue. Hex color #B869CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B869CD is #479632. Grayscale: #8B8B8B. Windows color (decimal): -4691507 or 13461944. OLE color: 13461944.

HSL color Cylindrical-coordinate representation of color #B869CD: hue angle of 287.4º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B869CD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB184105205-
CMYK0.100.4900.20
HSL287.4º50%60.78%-
HSV(B)287.4º48.78%80.39%-
XYZ35.8424.760.64-
YUV140.02164.67159.37-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 37.25%
GREEN value IS 105 (41.41% from 255) = 21.26%
BLUE value IS 205 (80.47% from 255) = 41.50%
R=37.25%
G=21.26%
B=41.50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1841052050.100.4900.20287.45060.78
HexB869CDA3101411f323d
Octal27015131512610244376275
Binary101110001101001110011011010110001010100100011111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B869CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B869CD; }

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

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

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

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

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

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

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

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