Html Css Color HEX #B22575 Medium Red Violet

📋 copy color: '#B22575'

red 178 ◦ green 37 ◦ blue 117

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

Shades of Medium Red Violet #B22575

Tints of Medium Red Violet #B22575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 35.24%

R = 53.61%
G = 11.14%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#B22575 (or 0xB22575) is known color: Medium Red Violet. HEX triplet: B2, 25 and 75. RGB value is (178,37,117). Sum of RGB (Red+Green+Blue) = 178+37+117=332 (43% of max value = 765). Red value is 178 (69.92% from 255 or 53.61% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 117 (46.09% from 255 or 35.24% from 332); Max value from RGB is 178 - color contains mainly: red. Hex color #B22575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B22575 is #4DDA8A. Grayscale: #585858. Windows color (decimal): -5102219 or 7677362. OLE color: 7677362.

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

Color convert

RGB 178 37 117 -
CMYK 0 0.79 0.34 0.30
HSL 325.96º 0.66% 0.42% -
HSV(B) 325.96º 0.79% 0.7% -
XYZ 22.23 12.07 17.99 -
YUV 88.28 144.21 192 -
System Red Green Blue C M Y K H S L
Decimal 178 37 117 0 0.79 0.34 0.30 325.96 0.66 0.42
Hex B2 25 75 0 4F 22 1E 146 42 2A
Octal 262 45 165 0 117 42 36 506 102 52
Binary 10110010 100101 1110101 0 1001111 100010 11110 101000110 1000010 101010

Color Harmonies of #B22575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22575

Black with #B22575

Text Example


Text Example

White with #B22575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22575; }

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

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

background-color css

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

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

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

border-color css

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

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

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