Html Css Color HEX #B03976 Medium Red Violet

📋 copy color: '#B03976'

red 176 ◦ green 57 ◦ blue 118

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

Shades of Medium Red Violet #B03976

Tints of Medium Red Violet #B03976

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.24%

 BLUE value IS 118 (46.48% from 255) = 33.62%

R = 50.14%
G = 16.24%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#B03976 (or 0xB03976) is known color: Medium Red Violet. HEX triplet: B0, 39 and 76. RGB value is (176,57,118). Sum of RGB (Red+Green+Blue) = 176+57+118=351 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.14% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 176 - color contains mainly: red. Hex color #B03976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03976 is #4FC689. Grayscale: #636363. Windows color (decimal): -5228170 or 7748016. OLE color: 7748016.

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

Color convert

RGB 176 57 118 -
CMYK 0 0.68 0.33 0.31
HSL 329.24º 0.51% 0.46% -
HSV(B) 329.24º 0.68% 0.69% -
XYZ 22.64 13.46 18.55 -
YUV 99.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 176 57 118 0 0.68 0.33 0.31 329.24 0.51 0.46
Hex B0 39 76 0 44 21 1F 149 33 2E
Octal 260 71 166 0 104 41 37 511 63 56
Binary 10110000 111001 1110110 0 1000100 100001 11111 101001001 110011 101110

Color Harmonies of #B03976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03976

Black with #B03976

Text Example


Text Example

White with #B03976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03976; }

 p { color: rgb(176,57,118); }

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

background-color css

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

 a { background-color: rgb(176,57,118); }

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

border-color css

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

 span { border-color: rgb(176,57,118); }

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