#b22ac3

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

Shades of Dark Orchid #B22AC3

Tints of Dark Orchid #B22AC3

Color information

#B22AC3 (or 0xB22AC3) is unknown color: approx Dark Orchid. HEX triplet: B2, 2A and C3. RGB value is (178,42,195). Sum of RGB (Red+Green+Blue) = 178+42+195=415 (54% of max value = 765). Red value is 178 (69.92% from 255 or 42.89% from 415); Green value is 42 (16.80% from 255 or 10.12% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #B22AC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22AC3 is #4DD53C. Grayscale: #636363. Windows color (decimal): -5100861 or 12790450. OLE color: 12790450.

HSL color Cylindrical-coordinate representation of color #B22AC3: hue angle of 293.33º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22AC3 is Cyan = 0.09, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17842195-
CMYK0.090.7800.24
HSL293.33º64.56%46.47%-
HSV(B)293.33º78.46%76.47%-
XYZ29.0415.0653.01-
YUV100.11181.56183.56-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.89%
GREEN value IS 42 (16.80% from 255) = 10.12%
BLUE value IS 195 (76.56% from 255) = 46.99%
R=42.89%
G=10.12%
B=46.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178421950.090.7800.24293.3364.5646.47
HexB22AC394E018125412e
Octal262523031111603044510156
Binary1011001010101011000011100110011100110001001001011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b22ac3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b22ac3; }

 p { color: rgb(178,42,195); }

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

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

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

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

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

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

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