Html Css Color HEX #B40C9A Medium Violet Red

📋 copy color: '#B40C9A'

red 180 ◦ green 12 ◦ blue 154

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

Shades of Medium Violet Red #B40C9A

Tints of Medium Violet Red #B40C9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 44.51%

R = 52.02%
G = 3.47%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.29

RGB Variations

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

Color information

#B40C9A (or 0xB40C9A) is known color: Medium Violet Red. HEX triplet: B4, 0C and 9A. RGB value is (180,12,154). Sum of RGB (Red+Green+Blue) = 180+12+154=346 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.02% from 346); Green value is 12 (5.08% from 255 or 3.47% from 346); Blue value is 154 (60.55% from 255 or 44.51% from 346); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C9A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40C9A is #4BF365. Grayscale: #4E4E4E. Windows color (decimal): -4977510 or 10095796. OLE color: 10095796.

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

Color convert

RGB 180 12 154 -
CMYK 0 0.93 0.14 0.29
HSL 309.29º 0.88% 0.38% -
HSV(B) 309.29º 0.93% 0.71% -
XYZ 24.79 12.3 31.64 -
YUV 78.42 170.66 200.45 -
System Red Green Blue C M Y K H S L
Decimal 180 12 154 0 0.93 0.14 0.29 309.29 0.88 0.38
Hex B4 C 9A 0 5D E 1D 135 58 26
Octal 264 14 232 0 135 16 35 465 130 46
Binary 10110100 1100 10011010 0 1011101 1110 11101 100110101 1011000 100110

Color Harmonies of #B40C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40C9A

Black with #B40C9A

Text Example


Text Example

White with #B40C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40C9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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