#B22CC6

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

Shades of Dark Orchid #B22CC6

Tints of Dark Orchid #B22CC6

Color information

#B22CC6 (or 0xB22CC6) is unknown color: approx Dark Orchid. HEX triplet: B2, 2C and C6. RGB value is (178,44,198). Sum of RGB (Red+Green+Blue) = 178+44+198=420 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.38% from 420); Green value is 44 (17.58% from 255 or 10.48% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #B22CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CC6 is #4DD339. Grayscale: #656565. Windows color (decimal): -5100346 or 12987570. OLE color: 12987570.

HSL color Cylindrical-coordinate representation of color #B22CC6: hue angle of 292.21º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B22CC6 is Cyan = 0.10, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17844198-
CMYK0.100.7800.22
HSL292.21º63.64%47.45%-
HSV(B)292.21º77.78%77.65%-
XYZ29.4515.3454.84-
YUV101.62182.39182.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 42.38%
GREEN value IS 44 (17.58% from 255) = 10.48%
BLUE value IS 198 (77.73% from 255) = 47.14%
R=42.38%
G=10.48%
B=47.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178441980.100.7800.22292.2163.6447.45
HexB22CC6A4E016124402f
Octal262543061211602644410057
Binary1011001010110011000110101010011100101101001001001000000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22CC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22CC6; }

 p { color: rgb(178,44,198); }

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

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

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

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

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

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

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