#B84DCB

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

Shades of Medium Orchid #B84DCB

Tints of Medium Orchid #B84DCB

Color information

#B84DCB (or 0xB84DCB) is unknown color: approx Medium Orchid. HEX triplet: B8, 4D and CB. RGB value is (184,77,203). Sum of RGB (Red+Green+Blue) = 184+77+203=464 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.66% from 464); Green value is 77 (30.47% from 255 or 16.59% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 203 - color contains mainly: blue. Hex color #B84DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DCB is #47B234. Grayscale: #7A7A7A. Windows color (decimal): -4698677 or 13323704. OLE color: 13323704.

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

Color convert

RGB18477203-
CMYK0.090.6200.20
HSL290.95º54.78%54.9%-
HSV(B)290.95º62.07%79.61%-
XYZ33.219.8158.57-
YUV123.36172.95171.25-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.66%
GREEN value IS 77 (30.47% from 255) = 16.59%
BLUE value IS 203 (79.69% from 255) = 43.75%
R=39.66%
G=16.59%
B=43.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184772030.090.6200.20290.9554.7854.9
HexB84DCB93E0141233737
Octal27011531311760244436767
Binary101110001001101110010111001111110010100100100011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84DCB; }

 p { color: rgb(184,77,203); }

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

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

 a { background-color: rgb(184,77,203); }

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

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

 span { border-color: rgb(184,77,203); }

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