Html Css Color HEX #B41896 Medium Violet Red

📋 copy color: '#B41896'

red 180 ◦ green 24 ◦ blue 150

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

Shades of Medium Violet Red #B41896

Tints of Medium Violet Red #B41896

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.78%

 BLUE value IS 150 (58.98% from 255) = 42.37%

R = 50.85%
G = 6.78%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B41896 (or 0xB41896) is known color: Medium Violet Red. HEX triplet: B4, 18 and 96. RGB value is (180,24,150). Sum of RGB (Red+Green+Blue) = 180+24+150=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 24 (9.77% from 255 or 6.78% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B41896 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41896 is #4BE769. Grayscale: #545454. Windows color (decimal): -4974442 or 9836724. OLE color: 9836724.

HSL color Cylindrical-coordinate representation of color #B41896: hue angle of 311.54º degrees, saturation: 0.76, 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 #B41896 is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 24 150 -
CMYK 0 0.87 0.17 0.29
HSL 311.54º 0.76% 0.4% -
HSV(B) 311.54º 0.87% 0.71% -
XYZ 24.65 12.56 29.98 -
YUV 85.01 164.68 195.75 -
System Red Green Blue C M Y K H S L
Decimal 180 24 150 0 0.87 0.17 0.29 311.54 0.76 0.4
Hex B4 18 96 0 57 11 1D 138 4C 28
Octal 264 30 226 0 127 21 35 470 114 50
Binary 10110100 11000 10010110 0 1010111 10001 11101 100111000 1001100 101000

Color Harmonies of #B41896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41896

Black with #B41896

Text Example


Text Example

White with #B41896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41896; }

 p { color: rgb(180,24,150); }

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

background-color css

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

 a { background-color: rgb(180,24,150); }

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

border-color css

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

 span { border-color: rgb(180,24,150); }

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