Html Css Color HEX #B22C91 Medium Red Violet

📋 copy color: '#B22C91'

red 178 ◦ green 44 ◦ blue 145

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

Shades of Medium Red Violet #B22C91

Tints of Medium Red Violet #B22C91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 39.51%

R = 48.5%
G = 11.99%
B = 39.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B22C91 (or 0xB22C91) is known color: Medium Red Violet. HEX triplet: B2, 2C and 91. RGB value is (178,44,145). Sum of RGB (Red+Green+Blue) = 178+44+145=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B22C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22C91 is #4DD36E. Grayscale: #5F5F5F. Windows color (decimal): -5100399 or 9514162. OLE color: 9514162.

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

Color convert

RGB 178 44 145 -
CMYK 0 0.75 0.19 0.30
HSL 314.78º 0.6% 0.44% -
HSV(B) 314.78º 0.75% 0.7% -
XYZ 24.37 13.31 28.07 -
YUV 95.58 155.89 186.79 -
System Red Green Blue C M Y K H S L
Decimal 178 44 145 0 0.75 0.19 0.30 314.78 0.6 0.44
Hex B2 2C 91 0 4B 13 1E 13B 3C 2C
Octal 262 54 221 0 113 23 36 473 74 54
Binary 10110010 101100 10010001 0 1001011 10011 11110 100111011 111100 101100

Color Harmonies of #B22C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22C91

Black with #B22C91

Text Example


Text Example

White with #B22C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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