#B22BD1

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

Shades of Dark Orchid #B22BD1

Tints of Dark Orchid #B22BD1

Color information

#B22BD1 (or 0xB22BD1) is unknown color: approx Dark Orchid. HEX triplet: B2, 2B and D1. RGB value is (178,43,209). Sum of RGB (Red+Green+Blue) = 178+43+209=430 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.40% from 430); Green value is 43 (17.19% from 255 or 10% from 430); Blue value is 209 (82.03% from 255 or 48.60% from 430); Max value from RGB is 209 - color contains mainly: blue. Hex color #B22BD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BD1 is #4DD42E. Grayscale: #656565. Windows color (decimal): -5100591 or 13708210. OLE color: 13708210.

HSL color Cylindrical-coordinate representation of color #B22BD1: hue angle of 288.8º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22BD1 is Cyan = 0.15, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17843209-
CMYK0.150.7900.18
HSL288.8º65.87%49.41%-
HSV(B)288.8º79.43%81.96%-
XYZ30.7315.861.75-
YUV102.29188.23182-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.40%
GREEN value IS 43 (17.19% from 255) = 10%
BLUE value IS 209 (82.03% from 255) = 48.60%
R=41.40%
G=10%
B=48.60%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178432090.150.7900.18288.865.8749.41
HexB22BD1F4F0121214231
Octal262533211711702244110261
Binary1011001010101111010001111110011110100101001000011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22BD1; }

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

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

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

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

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

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

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

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