Html Css Color HEX #B40876 Medium Violet Red

📋 copy color: '#B40876'

red 180 ◦ green 8 ◦ blue 118

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

Shades of Medium Violet Red #B40876

Tints of Medium Violet Red #B40876

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.61%

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

R = 58.82%
G = 2.61%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B40876 (or 0xB40876) is known color: Medium Violet Red. HEX triplet: B4, 08 and 76. RGB value is (180,8,118). Sum of RGB (Red+Green+Blue) = 180+8+118=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B40876 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40876 is #4BF789. Grayscale: #474747. Windows color (decimal): -4978570 or 7735476. OLE color: 7735476.

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

Color convert

RGB 180 8 118 -
CMYK 0 0.96 0.34 0.29
HSL 321.63º 0.91% 0.37% -
HSV(B) 321.63º 0.96% 0.71% -
XYZ 22.18 11.18 18.13 -
YUV 71.97 153.98 205.06 -
System Red Green Blue C M Y K H S L
Decimal 180 8 118 0 0.96 0.34 0.29 321.63 0.91 0.37
Hex B4 8 76 0 60 22 1D 142 5B 25
Octal 264 10 166 0 140 42 35 502 133 45
Binary 10110100 1000 1110110 0 1100000 100010 11101 101000010 1011011 100101

Color Harmonies of #B40876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40876

Black with #B40876

Text Example


Text Example

White with #B40876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40876; }

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

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

background-color css

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

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

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

border-color css

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

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

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