Html Css Color HEX #B22577 Medium Red Violet

📋 copy color: '#B22577'

red 178 ◦ green 37 ◦ blue 119

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

Shades of Medium Red Violet #B22577

Tints of Medium Red Violet #B22577

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.08%

 BLUE value IS 119 (46.88% from 255) = 35.63%

R = 53.29%
G = 11.08%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B22577 (or 0xB22577) is known color: Medium Red Violet. HEX triplet: B2, 25 and 77. RGB value is (178,37,119). Sum of RGB (Red+Green+Blue) = 178+37+119=334 (44% of max value = 765). Red value is 178 (69.92% from 255 or 53.29% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 119 (46.88% from 255 or 35.63% from 334); Max value from RGB is 178 - color contains mainly: red. Hex color #B22577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22577 is #4DDA88. Grayscale: #585858. Windows color (decimal): -5102217 or 7808434. OLE color: 7808434.

HSL color Cylindrical-coordinate representation of color #B22577: hue angle of 325.11º degrees, saturation: 0.66, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B22577 is Cyan = 0, Magento = 0.79, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 37 119 -
CMYK 0 0.79 0.33 0.30
HSL 325.11º 0.66% 0.42% -
HSV(B) 325.11º 0.79% 0.7% -
XYZ 22.35 12.12 18.61 -
YUV 88.51 145.21 191.83 -
System Red Green Blue C M Y K H S L
Decimal 178 37 119 0 0.79 0.33 0.30 325.11 0.66 0.42
Hex B2 25 77 0 4F 21 1E 145 42 2A
Octal 262 45 167 0 117 41 36 505 102 52
Binary 10110010 100101 1110111 0 1001111 100001 11110 101000101 1000010 101010

Color Harmonies of #B22577

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22577

Black with #B22577

Text Example


Text Example

White with #B22577

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22577; }

 p { color: rgb(178,37,119); }

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

background-color css

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

 a { background-color: rgb(178,37,119); }

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

border-color css

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

 span { border-color: rgb(178,37,119); }

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