#B84ACA

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

Shades of Medium Orchid #B84ACA

Tints of Medium Orchid #B84ACA

Color information

#B84ACA (or 0xB84ACA) is unknown color: approx Medium Orchid. HEX triplet: B8, 4A and CA. RGB value is (184,74,202). Sum of RGB (Red+Green+Blue) = 184+74+202=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 74 (29.30% from 255 or 16.09% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #B84ACA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B84ACA is #47B535. Grayscale: #797979. Windows color (decimal): -4699446 or 13257400. OLE color: 13257400.

HSL color Cylindrical-coordinate representation of color #B84ACA: hue angle of 291.56º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B84ACA is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB18474202-
CMYK0.090.6300.21
HSL291.56º54.7%54.12%-
HSV(B)291.56º63.37%79.22%-
XYZ32.8819.3557.88-
YUV121.48173.44172.59-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40%
GREEN value IS 74 (29.30% from 255) = 16.09%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=40%
G=16.09%
B=43.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal184742020.090.6300.21291.5654.754.12
HexB84ACA93F0151243736
Octal27011231211770254446766
Binary101110001001010110010101001111111010101100100100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B84ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B84ACA; }

 p { color: rgb(184,74,202); }

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

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

 a { background-color: rgb(184,74,202); }

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

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

 span { border-color: rgb(184,74,202); }

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