Html Css Color HEX #B40D8A Medium Violet Red

📋 copy color: '#B40D8A'

red 180 ◦ green 13 ◦ blue 138

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

Shades of Medium Violet Red #B40D8A

Tints of Medium Violet Red #B40D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 41.69%

R = 54.38%
G = 3.93%
B = 41.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B40D8A (or 0xB40D8A) is known color: Medium Violet Red. HEX triplet: B4, 0D and 8A. RGB value is (180,13,138). Sum of RGB (Red+Green+Blue) = 180+13+138=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 13 (5.47% from 255 or 3.93% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D8A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40D8A is #4BF275. Grayscale: #4C4C4C. Windows color (decimal): -4977270 or 9047476. OLE color: 9047476.

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

Color convert

RGB 180 13 138 -
CMYK 0 0.93 0.23 0.29
HSL 315.09º 0.87% 0.38% -
HSV(B) 315.09º 0.93% 0.71% -
XYZ 23.55 11.83 25.09 -
YUV 77.18 162.33 201.34 -
System Red Green Blue C M Y K H S L
Decimal 180 13 138 0 0.93 0.23 0.29 315.09 0.87 0.38
Hex B4 D 8A 0 5D 17 1D 13B 57 26
Octal 264 15 212 0 135 27 35 473 127 46
Binary 10110100 1101 10001010 0 1011101 10111 11101 100111011 1010111 100110

Color Harmonies of #B40D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40D8A

Black with #B40D8A

Text Example


Text Example

White with #B40D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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