Html Css Color HEX #B22CB8 Dark Orchid

📋 copy color: '#B22CB8'

red 178 ◦ green 44 ◦ blue 184

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

Shades of Dark Orchid #B22CB8

Tints of Dark Orchid #B22CB8

RGB

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

 GREEN value IS 44 (17.58% from 255) = 10.84%

 BLUE value IS 184 (72.27% from 255) = 45.32%

R = 43.84%
G = 10.84%
B = 45.32%

CMYK

 C value IS 0.03

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B22CB8 (or 0xB22CB8) is known color: Dark Orchid. HEX triplet: B2, 2C and B8. RGB value is (178,44,184). Sum of RGB (Red+Green+Blue) = 178+44+184=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 44 (17.58% from 255 or 10.84% from 406); Blue value is 184 (72.27% from 255 or 45.32% from 406); Max value from RGB is 184 - color contains mainly: blue. Hex color #B22CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22CB8 is #4DD347. Grayscale: #636363. Windows color (decimal): -5100360 or 12070066. OLE color: 12070066.

HSL color Cylindrical-coordinate representation of color #B22CB8: hue angle of 297.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22CB8 is Cyan = 0.03, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 44 184 -
CMYK 0.03 0.76 0 0.28
HSL 297.43º 0.61% 0.45% -
HSV(B) 297.43º 0.76% 0.72% -
XYZ 27.91 14.73 46.72 -
YUV 100.03 175.39 183.62 -
System Red Green Blue C M Y K H S L
Decimal 178 44 184 0.03 0.76 0 0.28 297.43 0.61 0.45
Hex B2 2C B8 3 4C 0 1C 129 3D 2D
Octal 262 54 270 3 114 0 34 451 75 55
Binary 10110010 101100 10111000 11 1001100 0 11100 100101001 111101 101101

Color Harmonies of #B22CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CB8

Black with #B22CB8

Text Example


Text Example

White with #B22CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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