Html Css Color HEX #B02877 Medium Red Violet

📋 copy color: '#B02877'

red 176 ◦ green 40 ◦ blue 119

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

Shades of Medium Red Violet #B02877

Tints of Medium Red Violet #B02877

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.94%

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

R = 52.54%
G = 11.94%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B02877 (or 0xB02877) is known color: Medium Red Violet. HEX triplet: B0, 28 and 77. RGB value is (176,40,119). Sum of RGB (Red+Green+Blue) = 176+40+119=335 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.54% from 335); Green value is 40 (16.02% from 255 or 11.94% from 335); Blue value is 119 (46.88% from 255 or 35.52% from 335); Max value from RGB is 176 - color contains mainly: red. Hex color #B02877 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02877 is #4FD788. Grayscale: #595959. Windows color (decimal): -5232521 or 7809200. OLE color: 7809200.

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

Color convert

RGB 176 40 119 -
CMYK 0 0.77 0.32 0.31
HSL 325.15º 0.63% 0.42% -
HSV(B) 325.15º 0.77% 0.69% -
XYZ 21.99 12.08 18.63 -
YUV 89.67 144.56 189.58 -
System Red Green Blue C M Y K H S L
Decimal 176 40 119 0 0.77 0.32 0.31 325.15 0.63 0.42
Hex B0 28 77 0 4D 20 1F 145 3F 2A
Octal 260 50 167 0 115 40 37 505 77 52
Binary 10110000 101000 1110111 0 1001101 100000 11111 101000101 111111 101010

Color Harmonies of #B02877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02877

Black with #B02877

Text Example


Text Example

White with #B02877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02877; }

 p { color: rgb(176,40,119); }

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

background-color css

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

 a { background-color: rgb(176,40,119); }

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

border-color css

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

 span { border-color: rgb(176,40,119); }

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