Html Css Color HEX #B22AAB Medium Red Violet

📋 copy color: '#B22AAB'

red 178 ◦ green 42 ◦ blue 171

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

Shades of Medium Red Violet #B22AAB

Tints of Medium Red Violet #B22AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.73%

R = 45.52%
G = 10.74%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B22AAB (or 0xB22AAB) is known color: Medium Red Violet. HEX triplet: B2, 2A and AB. RGB value is (178,42,171). Sum of RGB (Red+Green+Blue) = 178+42+171=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 42 (16.80% from 255 or 10.74% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 178 - color contains mainly: red. Hex color #B22AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22AAB is #4DD554. Grayscale: #606060. Windows color (decimal): -5100885 or 11217586. OLE color: 11217586.

HSL color Cylindrical-coordinate representation of color #B22AAB: hue angle of 303.09º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22AAB is Cyan = 0, Magento = 0.76, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 42 171 -
CMYK 0 0.76 0.04 0.30
HSL 303.09º 0.62% 0.43% -
HSV(B) 303.09º 0.76% 0.7% -
XYZ 26.54 14.06 39.84 -
YUV 97.37 169.56 185.51 -
System Red Green Blue C M Y K H S L
Decimal 178 42 171 0 0.76 0.04 0.30 303.09 0.62 0.43
Hex B2 2A AB 0 4C 4 1E 12F 3E 2B
Octal 262 52 253 0 114 4 36 457 76 53
Binary 10110010 101010 10101011 0 1001100 100 11110 100101111 111110 101011

Color Harmonies of #B22AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22AAB

Black with #B22AAB

Text Example


Text Example

White with #B22AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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