Html Css Color HEX #B22ABA Dark Orchid

📋 copy color: '#B22ABA'

red 178 ◦ green 42 ◦ blue 186

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

Shades of Dark Orchid #B22ABA

Tints of Dark Orchid #B22ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.81%

R = 43.84%
G = 10.34%
B = 45.81%

CMYK

 C value IS 0.04

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B22ABA (or 0xB22ABA) is known color: Dark Orchid. HEX triplet: B2, 2A and BA. RGB value is (178,42,186). Sum of RGB (Red+Green+Blue) = 178+42+186=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 42 (16.80% from 255 or 10.34% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #B22ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #B22ABA is #4DD545. Grayscale: #626262. Windows color (decimal): -5100870 or 12200626. OLE color: 12200626.

HSL color Cylindrical-coordinate representation of color #B22ABA: hue angle of 296.67º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B22ABA is Cyan = 0.04, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 42 186 -
CMYK 0.04 0.77 0 0.27
HSL 296.67º 0.63% 0.45% -
HSV(B) 296.67º 0.77% 0.73% -
XYZ 28.05 14.67 47.81 -
YUV 99.08 177.06 184.29 -
System Red Green Blue C M Y K H S L
Decimal 178 42 186 0.04 0.77 0 0.27 296.67 0.63 0.45
Hex B2 2A BA 4 4D 0 1B 129 3F 2D
Octal 262 52 272 4 115 0 33 451 77 55
Binary 10110010 101010 10111010 100 1001101 0 11011 100101001 111111 101101

Color Harmonies of #B22ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22ABA

Black with #B22ABA

Text Example


Text Example

White with #B22ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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