Html Css Color HEX #B40376 Medium Violet Red

📋 copy color: '#B40376'

red 180 ◦ green 3 ◦ blue 118

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

Shades of Medium Violet Red #B40376

Tints of Medium Violet Red #B40376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1%

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

R = 59.8%
G = 1%
B = 39.2%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B40376 (or 0xB40376) is known color: Medium Violet Red. HEX triplet: B4, 03 and 76. RGB value is (180,3,118). Sum of RGB (Red+Green+Blue) = 180+3+118=301 (39% of max value = 765). Red value is 180 (70.70% from 255 or 59.80% from 301); Green value is 3 (1.56% from 255 or 1.00% from 301); Blue value is 118 (46.48% from 255 or 39.20% from 301); Max value from RGB is 180 - color contains mainly: red. Hex color #B40376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40376 is #4BFC89. Grayscale: #444444. Windows color (decimal): -4979850 or 7734196. OLE color: 7734196.

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

Color convert

RGB 180 3 118 -
CMYK 0 0.98 0.34 0.29
HSL 321.02º 0.97% 0.36% -
HSV(B) 321.02º 0.98% 0.71% -
XYZ 22.12 11.08 18.11 -
YUV 69.03 155.64 207.15 -
System Red Green Blue C M Y K H S L
Decimal 180 3 118 0 0.98 0.34 0.29 321.02 0.97 0.36
Hex B4 3 76 0 62 22 1D 141 61 24
Octal 264 3 166 0 142 42 35 501 141 44
Binary 10110100 11 1110110 0 1100010 100010 11101 101000001 1100001 100100

Color Harmonies of #B40376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40376

Black with #B40376

Text Example


Text Example

White with #B40376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40376; }

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

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

background-color css

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

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

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

border-color css

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

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

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