Html Css Color HEX #B41390 Medium Violet Red

📋 copy color: '#B41390'

red 180 ◦ green 19 ◦ blue 144

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

Shades of Medium Violet Red #B41390

Tints of Medium Violet Red #B41390

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.54%

 BLUE value IS 144 (56.64% from 255) = 41.98%

R = 52.48%
G = 5.54%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B41390 (or 0xB41390) is known color: Medium Violet Red. HEX triplet: B4, 13 and 90. RGB value is (180,19,144). Sum of RGB (Red+Green+Blue) = 180+19+144=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 19 (7.81% from 255 or 5.54% from 343); Blue value is 144 (56.64% from 255 or 41.98% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B41390 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41390 is #4BEC6F. Grayscale: #515151. Windows color (decimal): -4975728 or 9442228. OLE color: 9442228.

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

Color convert

RGB 180 19 144 -
CMYK 0 0.89 0.2 0.29
HSL 313.42º 0.81% 0.39% -
HSV(B) 313.42º 0.89% 0.71% -
XYZ 24.09 12.18 27.47 -
YUV 81.39 163.34 198.34 -
System Red Green Blue C M Y K H S L
Decimal 180 19 144 0 0.89 0.2 0.29 313.42 0.81 0.39
Hex B4 13 90 0 59 14 1D 139 51 27
Octal 264 23 220 0 131 24 35 471 121 47
Binary 10110100 10011 10010000 0 1011001 10100 11101 100111001 1010001 100111

Color Harmonies of #B41390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41390

Black with #B41390

Text Example


Text Example

White with #B41390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41390; }

 p { color: rgb(180,19,144); }

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

background-color css

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

 a { background-color: rgb(180,19,144); }

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

border-color css

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

 span { border-color: rgb(180,19,144); }

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