#B22BCA

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

Shades of Dark Orchid #B22BCA

Tints of Dark Orchid #B22BCA

Color information

#B22BCA (or 0xB22BCA) is unknown color: approx Dark Orchid. HEX triplet: B2, 2B and CA. RGB value is (178,43,202). Sum of RGB (Red+Green+Blue) = 178+43+202=423 (56% of max value = 765). Red value is 178 (69.92% from 255 or 42.08% from 423); Green value is 43 (17.19% from 255 or 10.17% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #B22BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BCA is #4DD435. Grayscale: #646464. Windows color (decimal): -5100598 or 13249458. OLE color: 13249458.

HSL color Cylindrical-coordinate representation of color #B22BCA: hue angle of 290.94º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22BCA is Cyan = 0.12, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17843202-
CMYK0.120.7900.21
HSL290.94º64.9%48.04%-
HSV(B)290.94º78.71%79.22%-
XYZ29.8815.4657.29-
YUV101.49184.73182.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.08%
GREEN value IS 43 (17.19% from 255) = 10.17%
BLUE value IS 202 (79.30% from 255) = 47.75%
R=42.08%
G=10.17%
B=47.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal178432020.120.7900.21290.9464.948.04
HexB22BCAC4F0151234130
Octal262533121411702544310160
Binary1011001010101111001010110010011110101011001000111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22BCA; }

 p { color: rgb(178,43,202); }

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

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

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

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

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

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

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