Html Css Color HEX #B40C8E Medium Violet Red

📋 copy color: '#B40C8E'

red 180 ◦ green 12 ◦ blue 142

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

Shades of Medium Violet Red #B40C8E

Tints of Medium Violet Red #B40C8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 42.51%

R = 53.89%
G = 3.59%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B40C8E (or 0xB40C8E) is known color: Medium Violet Red. HEX triplet: B4, 0C and 8E. RGB value is (180,12,142). Sum of RGB (Red+Green+Blue) = 180+12+142=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 142 (55.86% from 255 or 42.51% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C8E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C8E is #4BF371. Grayscale: #4C4C4C. Windows color (decimal): -4977522 or 9309364. OLE color: 9309364.

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

Color convert

RGB 180 12 142 -
CMYK 0 0.93 0.21 0.29
HSL 313.57º 0.88% 0.38% -
HSV(B) 313.57º 0.93% 0.71% -
XYZ 23.84 11.92 26.64 -
YUV 77.05 164.66 201.43 -
System Red Green Blue C M Y K H S L
Decimal 180 12 142 0 0.93 0.21 0.29 313.57 0.88 0.38
Hex B4 C 8E 0 5D 15 1D 13A 58 26
Octal 264 14 216 0 135 25 35 472 130 46
Binary 10110100 1100 10001110 0 1011101 10101 11101 100111010 1011000 100110

Color Harmonies of #B40C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C8E

Black with #B40C8E

Text Example


Text Example

White with #B40C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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