#B221BA

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

Shades of Dark Orchid #B221BA

Tints of Dark Orchid #B221BA

Color information

#B221BA (or 0xB221BA) is unknown color: approx Dark Orchid. HEX triplet: B2, 21 and BA. RGB value is (178,33,186). Sum of RGB (Red+Green+Blue) = 178+33+186=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 33 (13.28% from 255 or 8.31% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #B221BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B221BA is #4DDE45. Grayscale: #5D5D5D. Windows color (decimal): -5103174 or 12198322. OLE color: 12198322.

HSL color Cylindrical-coordinate representation of color #B221BA: hue angle of 296.86º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B221BA is Cyan = 0.04, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB17833186-
CMYK0.040.8200.27
HSL296.86º69.86%42.94%-
HSV(B)296.86º82.26%72.94%-
XYZ27.7714.147.71-
YUV93.8180.04188.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 33 (13.28% from 255) = 8.31%
BLUE value IS 186 (73.05% from 255) = 46.85%
R=44.84%
G=8.31%
B=46.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal178331860.040.8200.27296.8669.8642.94
HexB221BA45201B129462b
Octal26241272412203345110653
Binary101100101000011011101010010100100110111001010011000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B221BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B221BA; }

 p { color: rgb(178,33,186); }

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

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

 a { background-color: rgb(178,33,186); }

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

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

 span { border-color: rgb(178,33,186); }

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