Html Css Color HEX #B40976 Medium Violet Red

📋 copy color: '#B40976'

red 180 ◦ green 9 ◦ blue 118

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

Shades of Medium Violet Red #B40976

Tints of Medium Violet Red #B40976

RGB

 RED value IS 180 (70.7% from 255) = 58.63%

 GREEN value IS 9 (3.91% from 255) = 2.93%

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

R = 58.63%
G = 2.93%
B = 38.44%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B40976 (or 0xB40976) is known color: Medium Violet Red. HEX triplet: B4, 09 and 76. RGB value is (180,9,118). Sum of RGB (Red+Green+Blue) = 180+9+118=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B40976 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40976 is #4BF689. Grayscale: #484848. Windows color (decimal): -4978314 or 7735732. OLE color: 7735732.

HSL color Cylindrical-coordinate representation of color #B40976: hue angle of 321.75º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B40976 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 9 118 -
CMYK 0 0.95 0.34 0.29
HSL 321.75º 0.9% 0.37% -
HSV(B) 321.75º 0.95% 0.71% -
XYZ 22.19 11.21 18.13 -
YUV 72.56 153.65 204.64 -
System Red Green Blue C M Y K H S L
Decimal 180 9 118 0 0.95 0.34 0.29 321.75 0.9 0.37
Hex B4 9 76 0 5F 22 1D 142 5A 25
Octal 264 11 166 0 137 42 35 502 132 45
Binary 10110100 1001 1110110 0 1011111 100010 11101 101000010 1011010 100101

Color Harmonies of #B40976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40976

Black with #B40976

Text Example


Text Example

White with #B40976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40976; }

 p { color: rgb(180,9,118); }

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

background-color css

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

 a { background-color: rgb(180,9,118); }

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

border-color css

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

 span { border-color: rgb(180,9,118); }

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