Html Css Color HEX #B40C87 Medium Violet Red

📋 copy color: '#B40C87'

red 180 ◦ green 12 ◦ blue 135

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

Shades of Medium Violet Red #B40C87

Tints of Medium Violet Red #B40C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.28%

R = 55.05%
G = 3.67%
B = 41.28%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B40C87 (or 0xB40C87) is known color: Medium Violet Red. HEX triplet: B4, 0C and 87. RGB value is (180,12,135). Sum of RGB (Red+Green+Blue) = 180+12+135=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 12 (5.08% from 255 or 3.67% from 327); Blue value is 135 (53.12% from 255 or 41.28% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C87 is #4BF378. Grayscale: #4B4B4B. Windows color (decimal): -4977529 or 8850612. OLE color: 8850612.

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

Color convert

RGB 180 12 135 -
CMYK 0 0.93 0.25 0.29
HSL 316.07º 0.88% 0.38% -
HSV(B) 316.07º 0.93% 0.71% -
XYZ 23.33 11.72 23.95 -
YUV 76.25 161.16 202 -
System Red Green Blue C M Y K H S L
Decimal 180 12 135 0 0.93 0.25 0.29 316.07 0.88 0.38
Hex B4 C 87 0 5D 19 1D 13C 58 26
Octal 264 14 207 0 135 31 35 474 130 46
Binary 10110100 1100 10000111 0 1011101 11001 11101 100111100 1011000 100110

Color Harmonies of #B40C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C87

Black with #B40C87

Text Example


Text Example

White with #B40C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C87; }

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

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

background-color css

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

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

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

border-color css

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

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

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