Html Css Color HEX #B41394 Medium Violet Red

📋 copy color: '#B41394'

red 180 ◦ green 19 ◦ blue 148

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

Shades of Medium Violet Red #B41394

Tints of Medium Violet Red #B41394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.65%

R = 51.87%
G = 5.48%
B = 42.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B41394 (or 0xB41394) is known color: Medium Violet Red. HEX triplet: B4, 13 and 94. RGB value is (180,19,148). Sum of RGB (Red+Green+Blue) = 180+19+148=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 148 (58.20% from 255 or 42.65% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B41394 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41394 is #4BEC6B. Grayscale: #515151. Windows color (decimal): -4975724 or 9704372. OLE color: 9704372.

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

Color convert

RGB 180 19 148 -
CMYK 0 0.89 0.18 0.29
HSL 311.93º 0.81% 0.39% -
HSV(B) 311.93º 0.89% 0.71% -
XYZ 24.4 12.31 29.11 -
YUV 81.85 165.34 198.01 -
System Red Green Blue C M Y K H S L
Decimal 180 19 148 0 0.89 0.18 0.29 311.93 0.81 0.39
Hex B4 13 94 0 59 12 1D 138 51 27
Octal 264 23 224 0 131 22 35 470 121 47
Binary 10110100 10011 10010100 0 1011001 10010 11101 100111000 1010001 100111

Color Harmonies of #B41394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41394

Black with #B41394

Text Example


Text Example

White with #B41394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41394; }

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

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

background-color css

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

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

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

border-color css

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

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

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