Html Css Color HEX #B02575 Medium Red Violet

📋 copy color: '#B02575'

red 176 ◦ green 37 ◦ blue 117

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

Shades of Medium Red Violet #B02575

Tints of Medium Red Violet #B02575

RGB

 RED value IS 176 (69.14% from 255) = 53.33%

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

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

R = 53.33%
G = 11.21%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B02575 (or 0xB02575) is known color: Medium Red Violet. HEX triplet: B0, 25 and 75. RGB value is (176,37,117). Sum of RGB (Red+Green+Blue) = 176+37+117=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 37 (14.84% from 255 or 11.21% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B02575 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02575 is #4FDA8A. Grayscale: #575757. Windows color (decimal): -5233291 or 7677360. OLE color: 7677360.

HSL color Cylindrical-coordinate representation of color #B02575: hue angle of 325.47º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02575 is Cyan = 0, Magento = 0.79, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 117 -
CMYK 0 0.79 0.34 0.31
HSL 325.47º 0.65% 0.42% -
HSV(B) 325.47º 0.79% 0.69% -
XYZ 21.78 11.84 17.97 -
YUV 87.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 176 37 117 0 0.79 0.34 0.31 325.47 0.65 0.42
Hex B0 25 75 0 4F 22 1F 145 41 2A
Octal 260 45 165 0 117 42 37 505 101 52
Binary 10110000 100101 1110101 0 1001111 100010 11111 101000101 1000001 101010

Color Harmonies of #B02575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02575

Black with #B02575

Text Example


Text Example

White with #B02575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02575; }

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

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

background-color css

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

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

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

border-color css

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

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

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