Html Css Color HEX #B40276 Medium Violet Red

📋 copy color: '#B40276'

red 180 ◦ green 2 ◦ blue 118

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

Shades of Medium Violet Red #B40276

Tints of Medium Violet Red #B40276

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

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

R = 60%
G = 0.67%
B = 39.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#B40276 (or 0xB40276) is known color: Medium Violet Red. HEX triplet: B4, 02 and 76. RGB value is (180,2,118). Sum of RGB (Red+Green+Blue) = 180+2+118=300 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 118 (46.48% from 255 or 39.33% from 300); Max value from RGB is 180 - color contains mainly: red. Hex color #B40276 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40276 is #4BFD89. Grayscale: #444444. Windows color (decimal): -4980106 or 7733940. OLE color: 7733940.

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

Color convert

RGB 180 2 118 -
CMYK 0 0.99 0.34 0.29
HSL 320.9º 0.98% 0.36% -
HSV(B) 320.9º 0.99% 0.71% -
XYZ 22.11 11.05 18.11 -
YUV 68.45 155.97 207.57 -
System Red Green Blue C M Y K H S L
Decimal 180 2 118 0 0.99 0.34 0.29 320.9 0.98 0.36
Hex B4 2 76 0 63 22 1D 141 62 24
Octal 264 2 166 0 143 42 35 501 142 44
Binary 10110100 10 1110110 0 1100011 100010 11101 101000001 1100010 100100

Color Harmonies of #B40276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40276

Black with #B40276

Text Example


Text Example

White with #B40276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40276; }

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

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

background-color css

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

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

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

border-color css

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

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

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