Html Css Color HEX #B40978 Medium Violet Red

📋 copy color: '#B40978'

red 180 ◦ green 9 ◦ blue 120

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

Shades of Medium Violet Red #B40978

Tints of Medium Violet Red #B40978

RGB

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

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

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

R = 58.25%
G = 2.91%
B = 38.83%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#B40978 (or 0xB40978) is known color: Medium Violet Red. HEX triplet: B4, 09 and 78. RGB value is (180,9,120). Sum of RGB (Red+Green+Blue) = 180+9+120=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 9 (3.91% from 255 or 2.91% from 309); Blue value is 120 (47.27% from 255 or 38.83% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B40978 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40978 is #4BF687. Grayscale: #484848. Windows color (decimal): -4978312 or 7866804. OLE color: 7866804.

HSL color Cylindrical-coordinate representation of color #B40978: hue angle of 321.05º 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 #B40978 is Cyan = 0, Magento = 0.95, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 9 120 -
CMYK 0 0.95 0.33 0.29
HSL 321.05º 0.9% 0.37% -
HSV(B) 321.05º 0.95% 0.71% -
XYZ 22.31 11.25 18.77 -
YUV 72.78 154.65 204.47 -
System Red Green Blue C M Y K H S L
Decimal 180 9 120 0 0.95 0.33 0.29 321.05 0.9 0.37
Hex B4 9 78 0 5F 21 1D 141 5A 25
Octal 264 11 170 0 137 41 35 501 132 45
Binary 10110100 1001 1111000 0 1011111 100001 11101 101000001 1011010 100101

Color Harmonies of #B40978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40978

Black with #B40978

Text Example


Text Example

White with #B40978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40978; }

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

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

background-color css

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

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

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

border-color css

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

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

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