Html Css Color HEX #B41592 Medium Violet Red

📋 copy color: '#B41592'

red 180 ◦ green 21 ◦ blue 146

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

Shades of Medium Violet Red #B41592

Tints of Medium Violet Red #B41592

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.05%

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 51.87%
G = 6.05%
B = 42.07%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B41592 (or 0xB41592) is known color: Medium Violet Red. HEX triplet: B4, 15 and 92. RGB value is (180,21,146). Sum of RGB (Red+Green+Blue) = 180+21+146=347 (45% of max value = 765). Red value is 180 (70.70% from 255 or 51.87% from 347); Green value is 21 (8.59% from 255 or 6.05% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 180 - color contains mainly: red. Hex color #B41592 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41592 is #4BEA6D. Grayscale: #525252. Windows color (decimal): -4975214 or 9573812. OLE color: 9573812.

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

Color convert

RGB 180 21 146 -
CMYK 0 0.88 0.19 0.29
HSL 312.83º 0.79% 0.39% -
HSV(B) 312.83º 0.88% 0.71% -
XYZ 24.28 12.31 28.29 -
YUV 82.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 180 21 146 0 0.88 0.19 0.29 312.83 0.79 0.39
Hex B4 15 92 0 58 13 1D 139 4F 27
Octal 264 25 222 0 130 23 35 471 117 47
Binary 10110100 10101 10010010 0 1011000 10011 11101 100111001 1001111 100111

Color Harmonies of #B41592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41592

Black with #B41592

Text Example


Text Example

White with #B41592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41592; }

 p { color: rgb(180,21,146); }

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

background-color css

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

 a { background-color: rgb(180,21,146); }

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

border-color css

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

 span { border-color: rgb(180,21,146); }

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