Html Css Color HEX #B40B95 Medium Violet Red

📋 copy color: '#B40B95'

red 180 ◦ green 11 ◦ blue 149

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

Shades of Medium Violet Red #B40B95

Tints of Medium Violet Red #B40B95

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.24%

 BLUE value IS 149 (58.59% from 255) = 43.82%

R = 52.94%
G = 3.24%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B40B95 (or 0xB40B95) is known color: Medium Violet Red. HEX triplet: B4, 0B and 95. RGB value is (180,11,149). Sum of RGB (Red+Green+Blue) = 180+11+149=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 149 (58.59% from 255 or 43.82% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40B95 is #4BF46A. Grayscale: #4C4C4C. Windows color (decimal): -4977771 or 9767860. OLE color: 9767860.

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

Color convert

RGB 180 11 149 -
CMYK 0 0.94 0.17 0.29
HSL 311.01º 0.88% 0.37% -
HSV(B) 311.01º 0.94% 0.71% -
XYZ 24.37 12.11 29.49 -
YUV 77.26 168.49 201.28 -
System Red Green Blue C M Y K H S L
Decimal 180 11 149 0 0.94 0.17 0.29 311.01 0.88 0.37
Hex B4 B 95 0 5E 11 1D 137 58 25
Octal 264 13 225 0 136 21 35 467 130 45
Binary 10110100 1011 10010101 0 1011110 10001 11101 100110111 1011000 100101

Color Harmonies of #B40B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40B95

Black with #B40B95

Text Example


Text Example

White with #B40B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40B95; }

 p { color: rgb(180,11,149); }

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

background-color css

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

 a { background-color: rgb(180,11,149); }

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

border-color css

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

 span { border-color: rgb(180,11,149); }

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