Html Css Color HEX #B40C7C Medium Violet Red

📋 copy color: '#B40C7C'

red 180 ◦ green 12 ◦ blue 124

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

Shades of Medium Violet Red #B40C7C

Tints of Medium Violet Red #B40C7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 39.24%

R = 56.96%
G = 3.8%
B = 39.24%

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

#B40C7C (or 0xB40C7C) is known color: Medium Violet Red. HEX triplet: B4, 0C and 7C. RGB value is (180,12,124). Sum of RGB (Red+Green+Blue) = 180+12+124=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 12 (5.08% from 255 or 3.80% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C7C is #4BF383. Grayscale: #4A4A4A. Windows color (decimal): -4977540 or 8129716. OLE color: 8129716.

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

Color convert

RGB 180 12 124 -
CMYK 0 0.93 0.31 0.29
HSL 320º 0.88% 0.38% -
HSV(B) 320º 0.93% 0.71% -
XYZ 22.59 11.42 20.08 -
YUV 75 155.66 202.89 -
System Red Green Blue C M Y K H S L
Decimal 180 12 124 0 0.93 0.31 0.29 320 0.88 0.38
Hex B4 C 7C 0 5D 1F 1D 140 58 26
Octal 264 14 174 0 135 37 35 500 130 46
Binary 10110100 1100 1111100 0 1011101 11111 11101 101000000 1011000 100110

Color Harmonies of #B40C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C7C

Black with #B40C7C

Text Example


Text Example

White with #B40C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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