Html Css Color HEX #B40A8F Medium Violet Red

📋 copy color: '#B40A8F'

red 180 ◦ green 10 ◦ blue 143

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

Shades of Medium Violet Red #B40A8F

Tints of Medium Violet Red #B40A8F

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3%

 BLUE value IS 143 (56.25% from 255) = 42.94%

R = 54.05%
G = 3%
B = 42.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B40A8F (or 0xB40A8F) is known color: Medium Violet Red. HEX triplet: B4, 0A and 8F. RGB value is (180,10,143). Sum of RGB (Red+Green+Blue) = 180+10+143=333 (44% of max value = 765). Red value is 180 (70.70% from 255 or 54.05% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 143 (56.25% from 255 or 42.94% from 333); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A8F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40A8F is #4BF570. Grayscale: #4B4B4B. Windows color (decimal): -4978033 or 9374388. OLE color: 9374388.

HSL color Cylindrical-coordinate representation of color #B40A8F: hue angle of 313.06º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40A8F is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 10 143 -
CMYK 0 0.94 0.21 0.29
HSL 313.06º 0.89% 0.37% -
HSV(B) 313.06º 0.94% 0.71% -
XYZ 23.89 11.9 27.03 -
YUV 75.99 165.82 202.19 -
System Red Green Blue C M Y K H S L
Decimal 180 10 143 0 0.94 0.21 0.29 313.06 0.89 0.37
Hex B4 A 8F 0 5E 15 1D 139 59 25
Octal 264 12 217 0 136 25 35 471 131 45
Binary 10110100 1010 10001111 0 1011110 10101 11101 100111001 1011001 100101

Color Harmonies of #B40A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40A8F

Black with #B40A8F

Text Example


Text Example

White with #B40A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40A8F; }

 p { color: rgb(180,10,143); }

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

background-color css

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

 a { background-color: rgb(180,10,143); }

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

border-color css

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

 span { border-color: rgb(180,10,143); }

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