Html Css Color HEX #B03978 Medium Red Violet

📋 copy color: '#B03978'

red 176 ◦ green 57 ◦ blue 120

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

Shades of Medium Red Violet #B03978

Tints of Medium Red Violet #B03978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 33.99%

R = 49.86%
G = 16.15%
B = 33.99%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#B03978 (or 0xB03978) is known color: Medium Red Violet. HEX triplet: B0, 39 and 78. RGB value is (176,57,120). Sum of RGB (Red+Green+Blue) = 176+57+120=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B03978 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03978 is #4FC687. Grayscale: #636363. Windows color (decimal): -5228168 or 7879088. OLE color: 7879088.

HSL color Cylindrical-coordinate representation of color #B03978: hue angle of 328.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 #B03978 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 57 120 -
CMYK 0 0.68 0.32 0.31
HSL 328.24º 0.51% 0.46% -
HSV(B) 328.24º 0.68% 0.69% -
XYZ 22.76 13.51 19.18 -
YUV 99.76 139.42 182.38 -
System Red Green Blue C M Y K H S L
Decimal 176 57 120 0 0.68 0.32 0.31 328.24 0.51 0.46
Hex B0 39 78 0 44 20 1F 148 33 2E
Octal 260 71 170 0 104 40 37 510 63 56
Binary 10110000 111001 1111000 0 1000100 100000 11111 101001000 110011 101110

Color Harmonies of #B03978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03978

Black with #B03978

Text Example


Text Example

White with #B03978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03978; }

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

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

background-color css

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

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

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

border-color css

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

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

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