Html Css Color HEX #B02071 Medium Red Violet

📋 copy color: '#B02071'

red 176 ◦ green 32 ◦ blue 113

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

Shades of Medium Red Violet #B02071

Tints of Medium Red Violet #B02071

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.97%

 BLUE value IS 113 (44.53% from 255) = 35.2%

R = 54.83%
G = 9.97%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.36

 K value IS 0.31

RGB Variations

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

Color information

#B02071 (or 0xB02071) is known color: Medium Red Violet. HEX triplet: B0, 20 and 71. RGB value is (176,32,113). Sum of RGB (Red+Green+Blue) = 176+32+113=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 113 (44.53% from 255 or 35.20% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B02071 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02071 is #4FDF8E. Grayscale: #545454. Windows color (decimal): -5234575 or 7413936. OLE color: 7413936.

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

Color convert

RGB 176 32 113 -
CMYK 0 0.82 0.36 0.31
HSL 326.25º 0.69% 0.41% -
HSV(B) 326.25º 0.82% 0.69% -
XYZ 21.4 11.46 16.71 -
YUV 84.29 144.21 193.41 -
System Red Green Blue C M Y K H S L
Decimal 176 32 113 0 0.82 0.36 0.31 326.25 0.69 0.41
Hex B0 20 71 0 52 24 1F 146 45 29
Octal 260 40 161 0 122 44 37 506 105 51
Binary 10110000 100000 1110001 0 1010010 100100 11111 101000110 1000101 101001

Color Harmonies of #B02071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02071

Black with #B02071

Text Example


Text Example

White with #B02071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02071; }

 p { color: rgb(176,32,113); }

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

background-color css

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

 a { background-color: rgb(176,32,113); }

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

border-color css

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

 span { border-color: rgb(176,32,113); }

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