#B84DCD

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

Shades of Medium Orchid #B84DCD

Tints of Medium Orchid #B84DCD

Color information

#B84DCD (or 0xB84DCD) is unknown color: approx Medium Orchid. HEX triplet: B8, 4D and CD. RGB value is (184,77,205). Sum of RGB (Red+Green+Blue) = 184+77+205=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 77 (30.47% from 255 or 16.52% from 466); Blue value is 205 (80.47% from 255 or 43.99% from 466); Max value from RGB is 205 - color contains mainly: blue. Hex color #B84DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B84DCD is #47B232. Grayscale: #7B7B7B. Windows color (decimal): -4698675 or 13454776. OLE color: 13454776.

HSL color Cylindrical-coordinate representation of color #B84DCD: hue angle of 290.16º degrees, saturation: 0.56, 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 #B84DCD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18477205-
CMYK0.100.6200.20
HSL290.16º56.14%55.29%-
HSV(B)290.16º62.44%80.39%-
XYZ33.4419.9159.84-
YUV123.58173.95171.09-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.48%
GREEN value IS 77 (30.47% from 255) = 16.52%
BLUE value IS 205 (80.47% from 255) = 43.99%
R=39.48%
G=16.52%
B=43.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal184772050.100.6200.20290.1656.1455.29
HexB84DCDA3E0141223837
Octal27011531512760244427067
Binary101110001001101110011011010111110010100100100010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84DCD; }

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

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

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

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

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

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

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

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