Html Css Color HEX #B22CA0 Medium Red Violet

📋 copy color: '#B22CA0'

red 178 ◦ green 44 ◦ blue 160

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

Shades of Medium Red Violet #B22CA0

Tints of Medium Red Violet #B22CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 41.88%

R = 46.6%
G = 11.52%
B = 41.88%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B22CA0 (or 0xB22CA0) is known color: Medium Red Violet. HEX triplet: B2, 2C and A0. RGB value is (178,44,160). Sum of RGB (Red+Green+Blue) = 178+44+160=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 44 (17.58% from 255 or 11.52% from 382); Blue value is 160 (62.89% from 255 or 41.88% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B22CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22CA0 is #4DD35F. Grayscale: #606060. Windows color (decimal): -5100384 or 10497202. OLE color: 10497202.

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

Color convert

RGB 178 44 160 -
CMYK 0 0.75 0.10 0.30
HSL 308.06º 0.6% 0.44% -
HSV(B) 308.06º 0.75% 0.7% -
XYZ 25.61 13.8 34.57 -
YUV 97.29 163.39 185.57 -
System Red Green Blue C M Y K H S L
Decimal 178 44 160 0 0.75 0.10 0.30 308.06 0.6 0.44
Hex B2 2C A0 0 4B A 1E 134 3C 2C
Octal 262 54 240 0 113 12 36 464 74 54
Binary 10110010 101100 10100000 0 1001011 1010 11110 100110100 111100 101100

Color Harmonies of #B22CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22CA0

Black with #B22CA0

Text Example


Text Example

White with #B22CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22CA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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