Html Css Color HEX #B41E94 Medium Violet Red

📋 copy color: '#B41E94'

red 180 ◦ green 30 ◦ blue 148

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

Shades of Medium Violet Red #B41E94

Tints of Medium Violet Red #B41E94

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.38%

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

R = 50.28%
G = 8.38%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B41E94 (or 0xB41E94) is known color: Medium Violet Red. HEX triplet: B4, 1E and 94. RGB value is (180,30,148). Sum of RGB (Red+Green+Blue) = 180+30+148=358 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.28% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41E94 is #4BE16B. Grayscale: #575757. Windows color (decimal): -4972908 or 9707188. OLE color: 9707188.

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

Color convert

RGB 180 30 148 -
CMYK 0 0.83 0.18 0.29
HSL 312.8º 0.71% 0.41% -
HSV(B) 312.8º 0.83% 0.71% -
XYZ 24.63 12.77 29.18 -
YUV 88.3 161.7 193.41 -
System Red Green Blue C M Y K H S L
Decimal 180 30 148 0 0.83 0.18 0.29 312.8 0.71 0.41
Hex B4 1E 94 0 53 12 1D 139 47 29
Octal 264 36 224 0 123 22 35 471 107 51
Binary 10110100 11110 10010100 0 1010011 10010 11101 100111001 1000111 101001

Color Harmonies of #B41E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41E94

Black with #B41E94

Text Example


Text Example

White with #B41E94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41E94; }

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

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

background-color css

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

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

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

border-color css

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

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

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