Html Css Color HEX #B22AB7 Dark Orchid

📋 copy color: '#B22AB7'

red 178 ◦ green 42 ◦ blue 183

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

Shades of Dark Orchid #B22AB7

Tints of Dark Orchid #B22AB7

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.42%

 BLUE value IS 183 (71.88% from 255) = 45.41%

R = 44.17%
G = 10.42%
B = 45.41%

CMYK

 C value IS 0.03

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#B22AB7 (or 0xB22AB7) is known color: Dark Orchid. HEX triplet: B2, 2A and B7. RGB value is (178,42,183). Sum of RGB (Red+Green+Blue) = 178+42+183=403 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.17% from 403); Green value is 42 (16.80% from 255 or 10.42% from 403); Blue value is 183 (71.88% from 255 or 45.41% from 403); Max value from RGB is 183 - color contains mainly: blue. Hex color #B22AB7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22AB7 is #4DD548. Grayscale: #626262. Windows color (decimal): -5100873 or 12004018. OLE color: 12004018.

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

Color convert

RGB 178 42 183 -
CMYK 0.03 0.77 0 0.28
HSL 297.87º 0.63% 0.44% -
HSV(B) 297.87º 0.77% 0.72% -
XYZ 27.74 14.54 46.14 -
YUV 98.74 175.56 184.54 -
System Red Green Blue C M Y K H S L
Decimal 178 42 183 0.03 0.77 0 0.28 297.87 0.63 0.44
Hex B2 2A B7 3 4D 0 1C 12A 3F 2C
Octal 262 52 267 3 115 0 34 452 77 54
Binary 10110010 101010 10110111 11 1001101 0 11100 100101010 111111 101100

Color Harmonies of #B22AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22AB7

Black with #B22AB7

Text Example


Text Example

White with #B22AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22AB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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