Html Css Color HEX #B41794 Medium Violet Red

📋 copy color: '#B41794'

red 180 ◦ green 23 ◦ blue 148

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

Shades of Medium Violet Red #B41794

Tints of Medium Violet Red #B41794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.55%

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

R = 51.28%
G = 6.55%
B = 42.17%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B41794 (or 0xB41794) is known color: Medium Violet Red. HEX triplet: B4, 17 and 94. RGB value is (180,23,148). Sum of RGB (Red+Green+Blue) = 180+23+148=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 148 (58.20% from 255 or 42.17% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B41794 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41794 is #4BE86B. Grayscale: #535353. Windows color (decimal): -4974700 or 9705396. OLE color: 9705396.

HSL color Cylindrical-coordinate representation of color #B41794: hue angle of 312.23º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B41794 is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 23 148 -
CMYK 0 0.87 0.18 0.29
HSL 312.23º 0.77% 0.4% -
HSV(B) 312.23º 0.87% 0.71% -
XYZ 24.47 12.45 29.13 -
YUV 84.19 164.01 196.34 -
System Red Green Blue C M Y K H S L
Decimal 180 23 148 0 0.87 0.18 0.29 312.23 0.77 0.4
Hex B4 17 94 0 57 12 1D 138 4D 28
Octal 264 27 224 0 127 22 35 470 115 50
Binary 10110100 10111 10010100 0 1010111 10010 11101 100111000 1001101 101000

Color Harmonies of #B41794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41794

Black with #B41794

Text Example


Text Example

White with #B41794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41794; }

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

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

background-color css

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

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

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

border-color css

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

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

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