Html Css Color HEX #B22DA2 Medium Red Violet

📋 copy color: '#B22DA2'

red 178 ◦ green 45 ◦ blue 162

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

Shades of Medium Red Violet #B22DA2

Tints of Medium Red Violet #B22DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 42.08%

R = 46.23%
G = 11.69%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B22DA2 (or 0xB22DA2) is known color: Medium Red Violet. HEX triplet: B2, 2D and A2. RGB value is (178,45,162). Sum of RGB (Red+Green+Blue) = 178+45+162=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 178 - color contains mainly: red. Hex color #B22DA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22DA2 is #4DD25D. Grayscale: #616161. Windows color (decimal): -5100126 or 10628530. OLE color: 10628530.

HSL color Cylindrical-coordinate representation of color #B22DA2: hue angle of 307.22º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B22DA2 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 45 162 -
CMYK 0 0.75 0.09 0.30
HSL 307.22º 0.6% 0.44% -
HSV(B) 307.22º 0.75% 0.7% -
XYZ 25.82 13.95 35.51 -
YUV 98.11 164.06 184.99 -
System Red Green Blue C M Y K H S L
Decimal 178 45 162 0 0.75 0.09 0.30 307.22 0.6 0.44
Hex B2 2D A2 0 4B 9 1E 133 3C 2C
Octal 262 55 242 0 113 11 36 463 74 54
Binary 10110010 101101 10100010 0 1001011 1001 11110 100110011 111100 101100

Color Harmonies of #B22DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22DA2

Black with #B22DA2

Text Example


Text Example

White with #B22DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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