#b854cd

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

Shades of Medium Orchid #B854CD

Tints of Medium Orchid #B854CD

Color information

#B854CD (or 0xB854CD) is unknown color: approx Medium Orchid. HEX triplet: B8, 54 and CD. RGB value is (184,84,205). Sum of RGB (Red+Green+Blue) = 184+84+205=473 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.90% from 473); Green value is 84 (33.20% from 255 or 17.76% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #B854CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B854CD is #47AB32. Grayscale: #7F7F7F. Windows color (decimal): -4696883 or 13456568. OLE color: 13456568.

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

Color convert

RGB18484205-
CMYK0.100.5900.20
HSL289.59º54.75%56.67%-
HSV(B)289.59º59.02%80.39%-
XYZ33.9620.9460.01-
YUV127.69171.63168.16-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.90%
GREEN value IS 84 (33.20% from 255) = 17.76%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=38.90%
G=17.76%
B=43.34%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184842050.100.5900.20289.5954.7556.67
HexB854CDA3B0141223739
Octal27012431512730244426771
Binary101110001010100110011011010111011010100100100010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b854cd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b854cd; }

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

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

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

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

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

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

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

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