Html Css Color HEX #B40DA2 Medium Violet Red

📋 copy color: '#B40DA2'

red 180 ◦ green 13 ◦ blue 162

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

Shades of Medium Violet Red #B40DA2

Tints of Medium Violet Red #B40DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.63%

R = 50.7%
G = 3.66%
B = 45.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.1

 K value IS 0.29

RGB Variations

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

Color information

#B40DA2 (or 0xB40DA2) is known color: Medium Violet Red. HEX triplet: B4, 0D and A2. RGB value is (180,13,162). Sum of RGB (Red+Green+Blue) = 180+13+162=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 13 (5.47% from 255 or 3.66% from 355); Blue value is 162 (63.67% from 255 or 45.63% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B40DA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40DA2 is #4BF25D. Grayscale: #4F4F4F. Windows color (decimal): -4977246 or 10620340. OLE color: 10620340.

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

Color convert

RGB 180 13 162 -
CMYK 0 0.93 0.1 0.29
HSL 306.47º 0.87% 0.38% -
HSV(B) 306.47º 0.93% 0.71% -
XYZ 25.49 12.6 35.27 -
YUV 79.92 174.33 199.38 -
System Red Green Blue C M Y K H S L
Decimal 180 13 162 0 0.93 0.1 0.29 306.47 0.87 0.38
Hex B4 D A2 0 5D A 1D 132 57 26
Octal 264 15 242 0 135 12 35 462 127 46
Binary 10110100 1101 10100010 0 1011101 1010 11101 100110010 1010111 100110

Color Harmonies of #B40DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40DA2

Black with #B40DA2

Text Example


Text Example

White with #B40DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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