#B22AD6

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

Shades of Dark Orchid #B22AD6

Tints of Dark Orchid #B22AD6

Color information

#B22AD6 (or 0xB22AD6) is unknown color: approx Dark Orchid. HEX triplet: B2, 2A and D6. RGB value is (178,42,214). Sum of RGB (Red+Green+Blue) = 178+42+214=434 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.01% from 434); Green value is 42 (16.80% from 255 or 9.68% from 434); Blue value is 214 (83.98% from 255 or 49.31% from 434); Max value from RGB is 214 - color contains mainly: blue. Hex color #B22AD6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22AD6 is #4DD529. Grayscale: #656565. Windows color (decimal): -5100842 or 14035634. OLE color: 14035634.

HSL color Cylindrical-coordinate representation of color #B22AD6: hue angle of 287.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B22AD6 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17842214-
CMYK0.170.8000.16
HSL287.44º67.72%50.2%-
HSV(B)287.44º80.37%83.92%-
XYZ31.3315.9865.05-
YUV102.27191.06182.01-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.01%
GREEN value IS 42 (16.80% from 255) = 9.68%
BLUE value IS 214 (83.98% from 255) = 49.31%
R=41.01%
G=9.68%
B=49.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178422140.170.8000.16287.4467.7250.2
HexB22AD6115001011f4432
Octal262523262112002043710462
Binary10110010101010110101101000110100000100001000111111000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22AD6; }

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

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

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

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

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

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

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

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