#B22BD0

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

Shades of Dark Orchid #B22BD0

Tints of Dark Orchid #B22BD0

Color information

#B22BD0 (or 0xB22BD0) is unknown color: approx Dark Orchid. HEX triplet: B2, 2B and D0. RGB value is (178,43,208). Sum of RGB (Red+Green+Blue) = 178+43+208=429 (56% of max value = 765). Red value is 178 (69.92% from 255 or 41.49% from 429); Green value is 43 (17.19% from 255 or 10.02% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 208 - color contains mainly: blue. Hex color #B22BD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22BD0 is #4DD42F. Grayscale: #656565. Windows color (decimal): -5100592 or 13642674. OLE color: 13642674.

HSL color Cylindrical-coordinate representation of color #B22BD0: hue angle of 289.09º 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 #B22BD0 is Cyan = 0.14, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17843208-
CMYK0.140.7900.18
HSL289.09º65.74%49.22%-
HSV(B)289.09º79.33%81.57%-
XYZ30.6115.7561.1-
YUV102.18187.73182.08-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 41.49%
GREEN value IS 43 (17.19% from 255) = 10.02%
BLUE value IS 208 (81.64% from 255) = 48.48%
R=41.49%
G=10.02%
B=48.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178432080.140.7900.18289.0965.7449.22
HexB22BD0E4F0121214231
Octal262533201611702244110261
Binary1011001010101111010000111010011110100101001000011000010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B22BD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B22BD0; }

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

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

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

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

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

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

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

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