Html Css Color HEX #B02177 Medium Red Violet

📋 copy color: '#B02177'

red 176 ◦ green 33 ◦ blue 119

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

Shades of Medium Red Violet #B02177

Tints of Medium Red Violet #B02177

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.06%

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

R = 53.66%
G = 10.06%
B = 36.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B02177 (or 0xB02177) is known color: Medium Red Violet. HEX triplet: B0, 21 and 77. RGB value is (176,33,119). Sum of RGB (Red+Green+Blue) = 176+33+119=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 119 (46.88% from 255 or 36.28% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B02177 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02177 is #4FDE88. Grayscale: #555555. Windows color (decimal): -5234313 or 7807408. OLE color: 7807408.

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

Color convert

RGB 176 33 119 -
CMYK 0 0.81 0.32 0.31
HSL 323.92º 0.68% 0.41% -
HSV(B) 323.92º 0.81% 0.69% -
XYZ 21.78 11.65 18.55 -
YUV 85.56 146.88 192.51 -
System Red Green Blue C M Y K H S L
Decimal 176 33 119 0 0.81 0.32 0.31 323.92 0.68 0.41
Hex B0 21 77 0 51 20 1F 144 44 29
Octal 260 41 167 0 121 40 37 504 104 51
Binary 10110000 100001 1110111 0 1010001 100000 11111 101000100 1000100 101001

Color Harmonies of #B02177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02177

Black with #B02177

Text Example


Text Example

White with #B02177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02177; }

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

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

background-color css

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

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

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

border-color css

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

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

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