Html Css Color HEX #B22CA2 Medium Red Violet

📋 copy color: '#B22CA2'

red 178 ◦ green 44 ◦ blue 162

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

Shades of Medium Red Violet #B22CA2

Tints of Medium Red Violet #B22CA2

RGB

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

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

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

R = 46.35%
G = 11.46%
B = 42.19%

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

#B22CA2 (or 0xB22CA2) is known color: Medium Red Violet. HEX triplet: B2, 2C and A2. RGB value is (178,44,162). Sum of RGB (Red+Green+Blue) = 178+44+162=384 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.35% from 384); Green value is 44 (17.58% from 255 or 11.46% from 384); Blue value is 162 (63.67% from 255 or 42.19% from 384); Max value from RGB is 178 - color contains mainly: red. Hex color #B22CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22CA2 is #4DD35D. Grayscale: #616161. Windows color (decimal): -5100382 or 10628274. OLE color: 10628274.

HSL color Cylindrical-coordinate representation of color #B22CA2: hue angle of 307.16º 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 #B22CA2 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 44 162 -
CMYK 0 0.75 0.09 0.30
HSL 307.16º 0.6% 0.44% -
HSV(B) 307.16º 0.75% 0.7% -
XYZ 25.78 13.87 35.5 -
YUV 97.52 164.39 185.41 -
System Red Green Blue C M Y K H S L
Decimal 178 44 162 0 0.75 0.09 0.30 307.16 0.6 0.44
Hex B2 2C A2 0 4B 9 1E 133 3C 2C
Octal 262 54 242 0 113 11 36 463 74 54
Binary 10110010 101100 10100010 0 1001011 1001 11110 100110011 111100 101100

Color Harmonies of #B22CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CA2

Black with #B22CA2

Text Example


Text Example

White with #B22CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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