Html Css Color HEX #B22DB6 Dark Orchid

📋 copy color: '#B22DB6'

red 178 ◦ green 45 ◦ blue 182

#B22DB6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orchid #B22DB6

Tints of Dark Orchid #B22DB6

RGB

 RED value IS 178 (69.92% from 255) = 43.95%

 GREEN value IS 45 (17.97% from 255) = 11.11%

 BLUE value IS 182 (71.48% from 255) = 44.94%

R = 43.95%
G = 11.11%
B = 44.94%

CMYK

 C value IS 0.02

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#B22DB6 (or 0xB22DB6) is known color: Dark Orchid. HEX triplet: B2, 2D and B6. RGB value is (178,45,182). Sum of RGB (Red+Green+Blue) = 178+45+182=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 182 (71.48% from 255 or 44.94% from 405); Max value from RGB is 182 - color contains mainly: blue. Hex color #B22DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22DB6 is #4DD249. Grayscale: #636363. Windows color (decimal): -5100106 or 11939250. OLE color: 11939250.

HSL color Cylindrical-coordinate representation of color #B22DB6: hue angle of 298.25º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22DB6 is Cyan = 0.02, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 45 182 -
CMYK 0.02 0.75 0 0.29
HSL 298.25º 0.6% 0.45% -
HSV(B) 298.25º 0.75% 0.71% -
XYZ 27.74 14.72 45.63 -
YUV 100.39 174.06 183.36 -
System Red Green Blue C M Y K H S L
Decimal 178 45 182 0.02 0.75 0 0.29 298.25 0.6 0.45
Hex B2 2D B6 2 4B 0 1D 12A 3C 2D
Octal 262 55 266 2 113 0 35 452 74 55
Binary 10110010 101101 10110110 10 1001011 0 11101 100101010 111100 101101

Color Harmonies of #B22DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DB6

Black with #B22DB6

Text Example


Text Example

White with #B22DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DB6; }

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

 H1.HeaderClassName
 {
   color: #B22DB6;
 }
 .AnyTagClassName
 {
   color: #B22DB6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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