Html Css Color HEX #B03980 Medium Red Violet

📋 copy color: '#B03980'

red 176 ◦ green 57 ◦ blue 128

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

Shades of Medium Red Violet #B03980

Tints of Medium Red Violet #B03980

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.46%

R = 48.75%
G = 15.79%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B03980 (or 0xB03980) is known color: Medium Red Violet. HEX triplet: B0, 39 and 80. RGB value is (176,57,128). Sum of RGB (Red+Green+Blue) = 176+57+128=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B03980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03980 is #4FC67F. Grayscale: #646464. Windows color (decimal): -5228160 or 8403376. OLE color: 8403376.

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

Color convert

RGB 176 57 128 -
CMYK 0 0.68 0.27 0.31
HSL 324.2º 0.51% 0.46% -
HSV(B) 324.2º 0.68% 0.69% -
XYZ 23.26 13.71 21.84 -
YUV 100.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 176 57 128 0 0.68 0.27 0.31 324.2 0.51 0.46
Hex B0 39 80 0 44 1B 1F 144 33 2E
Octal 260 71 200 0 104 33 37 504 63 56
Binary 10110000 111001 10000000 0 1000100 11011 11111 101000100 110011 101110

Color Harmonies of #B03980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B03980

Black with #B03980

Text Example


Text Example

White with #B03980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B03980; }

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

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

background-color css

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

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

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

border-color css

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

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

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