#B221B2

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

Shades of Dark Orchid #B221B2

Tints of Dark Orchid #B221B2

Color information

#B221B2 (or 0xB221B2) is unknown color: approx Dark Orchid. HEX triplet: B2, 21 and B2. RGB value is (178,33,178). Sum of RGB (Red+Green+Blue) = 178+33+178=389 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.76% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 178 (69.92% from 255 or 45.76% from 389); Max value from RGB is 178 - color contains mainly: red, blue. Hex color #B221B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B221B2 is #4DDE4D. Grayscale: #5C5C5C. Windows color (decimal): -5103182 or 11674034. OLE color: 11674034.

HSL color Cylindrical-coordinate representation of color #B221B2: hue angle of 300º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B221B2 is Cyan = 0, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB17833178-
CMYK00.8100.30
HSL300º68.72%41.37%-
HSV(B)300º81.46%69.8%-
XYZ26.9413.7743.36-
YUV92.88176.04188.71-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 45.76%
GREEN value IS 33 (13.28% from 255) = 8.48%
BLUE value IS 178 (69.92% from 255) = 45.76%
R=45.76%
G=8.48%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1783317800.8100.3030068.7241.37
HexB221B205101E12c4529
Octal26241262012103645410551
Binary1011001010000110110010010100010111101001011001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B221B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B221B2; }

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

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

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

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

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

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

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

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