Html Css Color HEX #B40C7D Medium Violet Red

📋 copy color: '#B40C7D'

red 180 ◦ green 12 ◦ blue 125

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

Shades of Medium Violet Red #B40C7D

Tints of Medium Violet Red #B40C7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 39.43%

R = 56.78%
G = 3.79%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B40C7D (or 0xB40C7D) is known color: Medium Violet Red. HEX triplet: B4, 0C and 7D. RGB value is (180,12,125). Sum of RGB (Red+Green+Blue) = 180+12+125=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 125 (49.22% from 255 or 39.43% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C7D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C7D is #4BF382. Grayscale: #4A4A4A. Windows color (decimal): -4977539 or 8195252. OLE color: 8195252.

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

Color convert

RGB 180 12 125 -
CMYK 0 0.93 0.31 0.29
HSL 319.64º 0.88% 0.38% -
HSV(B) 319.64º 0.93% 0.71% -
XYZ 22.66 11.45 20.42 -
YUV 75.11 156.16 202.81 -
System Red Green Blue C M Y K H S L
Decimal 180 12 125 0 0.93 0.31 0.29 319.64 0.88 0.38
Hex B4 C 7D 0 5D 1F 1D 140 58 26
Octal 264 14 175 0 135 37 35 500 130 46
Binary 10110100 1100 1111101 0 1011101 11111 11101 101000000 1011000 100110

Color Harmonies of #B40C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C7D

Black with #B40C7D

Text Example


Text Example

White with #B40C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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