Html Css Color HEX #B40C95 Medium Violet Red

📋 copy color: '#B40C95'

red 180 ◦ green 12 ◦ blue 149

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

Shades of Medium Violet Red #B40C95

Tints of Medium Violet Red #B40C95

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.52%

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

R = 52.79%
G = 3.52%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B40C95 (or 0xB40C95) is known color: Medium Violet Red. HEX triplet: B4, 0C and 95. RGB value is (180,12,149). Sum of RGB (Red+Green+Blue) = 180+12+149=341 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.79% from 341); Green value is 12 (5.08% from 255 or 3.52% from 341); Blue value is 149 (58.59% from 255 or 43.70% from 341); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C95 is #4BF36A. Grayscale: #4D4D4D. Windows color (decimal): -4977515 or 9768116. OLE color: 9768116.

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

Color convert

RGB 180 12 149 -
CMYK 0 0.93 0.17 0.29
HSL 311.07º 0.88% 0.38% -
HSV(B) 311.07º 0.93% 0.71% -
XYZ 24.38 12.14 29.49 -
YUV 77.85 168.16 200.86 -
System Red Green Blue C M Y K H S L
Decimal 180 12 149 0 0.93 0.17 0.29 311.07 0.88 0.38
Hex B4 C 95 0 5D 11 1D 137 58 26
Octal 264 14 225 0 135 21 35 467 130 46
Binary 10110100 1100 10010101 0 1011101 10001 11101 100110111 1011000 100110

Color Harmonies of #B40C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C95

Black with #B40C95

Text Example


Text Example

White with #B40C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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