Html Css Color HEX #B03077 Medium Red Violet

📋 copy color: '#B03077'

red 176 ◦ green 48 ◦ blue 119

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

Shades of Medium Red Violet #B03077

Tints of Medium Red Violet #B03077

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.99%

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

R = 51.31%
G = 13.99%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B03077 (or 0xB03077) is known color: Medium Red Violet. HEX triplet: B0, 30 and 77. RGB value is (176,48,119). Sum of RGB (Red+Green+Blue) = 176+48+119=343 (45% of max value = 765). Red value is 176 (69.14% from 255 or 51.31% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 119 (46.88% from 255 or 34.69% from 343); Max value from RGB is 176 - color contains mainly: red. Hex color #B03077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03077 is #4FCF88. Grayscale: #5E5E5E. Windows color (decimal): -5230473 or 7811248. OLE color: 7811248.

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

Color convert

RGB 176 48 119 -
CMYK 0 0.73 0.32 0.31
HSL 326.72º 0.57% 0.44% -
HSV(B) 326.72º 0.73% 0.69% -
XYZ 22.29 12.68 18.72 -
YUV 94.37 141.91 186.23 -
System Red Green Blue C M Y K H S L
Decimal 176 48 119 0 0.73 0.32 0.31 326.72 0.57 0.44
Hex B0 30 77 0 49 20 1F 147 39 2C
Octal 260 60 167 0 111 40 37 507 71 54
Binary 10110000 110000 1110111 0 1001001 100000 11111 101000111 111001 101100

Color Harmonies of #B03077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03077

Black with #B03077

Text Example


Text Example

White with #B03077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03077; }

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

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

background-color css

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

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

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

border-color css

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

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

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