Html Css Color HEX #B40C75 Medium Violet Red

📋 copy color: '#B40C75'

red 180 ◦ green 12 ◦ blue 117

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

Shades of Medium Violet Red #B40C75

Tints of Medium Violet Red #B40C75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 37.86%

R = 58.25%
G = 3.88%
B = 37.86%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B40C75 (or 0xB40C75) is known color: Medium Violet Red. HEX triplet: B4, 0C and 75. RGB value is (180,12,117). Sum of RGB (Red+Green+Blue) = 180+12+117=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 12 (5.08% from 255 or 3.88% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C75 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C75 is #4BF38A. Grayscale: #494949. Windows color (decimal): -4977547 or 7670964. OLE color: 7670964.

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

Color convert

RGB 180 12 117 -
CMYK 0 0.93 0.35 0.29
HSL 322.5º 0.88% 0.38% -
HSV(B) 322.5º 0.93% 0.71% -
XYZ 22.16 11.25 17.83 -
YUV 74.2 152.16 203.46 -
System Red Green Blue C M Y K H S L
Decimal 180 12 117 0 0.93 0.35 0.29 322.5 0.88 0.38
Hex B4 C 75 0 5D 23 1D 142 58 26
Octal 264 14 165 0 135 43 35 502 130 46
Binary 10110100 1100 1110101 0 1011101 100011 11101 101000010 1011000 100110

Color Harmonies of #B40C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C75

Black with #B40C75

Text Example


Text Example

White with #B40C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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