#B22DC4

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

Shades of Dark Orchid #B22DC4

Tints of Dark Orchid #B22DC4

Color information

#B22DC4 (or 0xB22DC4) is unknown color: approx Dark Orchid. HEX triplet: B2, 2D and C4. RGB value is (178,45,196). Sum of RGB (Red+Green+Blue) = 178+45+196=419 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.48% from 419); Green value is 45 (17.97% from 255 or 10.74% from 419); Blue value is 196 (76.95% from 255 or 46.78% from 419); Max value from RGB is 196 - color contains mainly: blue. Hex color #B22DC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DC4 is #4DD23B. Grayscale: #656565. Windows color (decimal): -5100092 or 12856754. OLE color: 12856754.

HSL color Cylindrical-coordinate representation of color #B22DC4: hue angle of 292.85º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B22DC4 is Cyan = 0.09, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17845196-
CMYK0.090.7700.23
HSL292.85º62.66%47.25%-
HSV(B)292.85º77.04%76.86%-
XYZ29.2615.3353.64-
YUV101.98181.06182.22-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.48%
GREEN value IS 45 (17.97% from 255) = 10.74%
BLUE value IS 196 (76.95% from 255) = 46.78%
R=42.48%
G=10.74%
B=46.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal178451960.090.7700.23292.8562.6647.25
HexB22DC494D0171253f2f
Octal26255304111150274457757
Binary101100101011011100010010011001101010111100100101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22DC4; }

 p { color: rgb(178,45,196); }

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

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

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

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

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

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

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