Html Css Color HEX #B40D85 Medium Violet Red

📋 copy color: '#B40D85'

red 180 ◦ green 13 ◦ blue 133

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

Shades of Medium Violet Red #B40D85

Tints of Medium Violet Red #B40D85

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.99%

 BLUE value IS 133 (52.34% from 255) = 40.8%

R = 55.21%
G = 3.99%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B40D85 (or 0xB40D85) is known color: Medium Violet Red. HEX triplet: B4, 0D and 85. RGB value is (180,13,133). Sum of RGB (Red+Green+Blue) = 180+13+133=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D85 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40D85 is #4BF27A. Grayscale: #4C4C4C. Windows color (decimal): -4977275 or 8719796. OLE color: 8719796.

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

Color convert

RGB 180 13 133 -
CMYK 0 0.93 0.26 0.29
HSL 316.89º 0.87% 0.38% -
HSV(B) 316.89º 0.93% 0.71% -
XYZ 23.2 11.68 23.22 -
YUV 76.61 159.83 201.74 -
System Red Green Blue C M Y K H S L
Decimal 180 13 133 0 0.93 0.26 0.29 316.89 0.87 0.38
Hex B4 D 85 0 5D 1A 1D 13D 57 26
Octal 264 15 205 0 135 32 35 475 127 46
Binary 10110100 1101 10000101 0 1011101 11010 11101 100111101 1010111 100110

Color Harmonies of #B40D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40D85

Black with #B40D85

Text Example


Text Example

White with #B40D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40D85; }

 p { color: rgb(180,13,133); }

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

background-color css

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

 a { background-color: rgb(180,13,133); }

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

border-color css

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

 span { border-color: rgb(180,13,133); }

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