Html Css Color HEX #B41185 Medium Violet Red

📋 copy color: '#B41185'

red 180 ◦ green 17 ◦ blue 133

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

Shades of Medium Violet Red #B41185

Tints of Medium Violet Red #B41185

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.15%

 BLUE value IS 133 (52.34% from 255) = 40.3%

R = 54.55%
G = 5.15%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B41185 (or 0xB41185) is known color: Medium Violet Red. HEX triplet: B4, 11 and 85. RGB value is (180,17,133). Sum of RGB (Red+Green+Blue) = 180+17+133=330 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.55% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 133 (52.34% from 255 or 40.30% from 330); Max value from RGB is 180 - color contains mainly: red. Hex color #B41185 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41185 is #4BEE7A. Grayscale: #4E4E4E. Windows color (decimal): -4976251 or 8720820. OLE color: 8720820.

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

Color convert

RGB 180 17 133 -
CMYK 0 0.91 0.26 0.29
HSL 317.3º 0.83% 0.39% -
HSV(B) 317.3º 0.91% 0.71% -
XYZ 23.26 11.8 23.24 -
YUV 78.96 158.5 200.07 -
System Red Green Blue C M Y K H S L
Decimal 180 17 133 0 0.91 0.26 0.29 317.3 0.83 0.39
Hex B4 11 85 0 5B 1A 1D 13D 53 27
Octal 264 21 205 0 133 32 35 475 123 47
Binary 10110100 10001 10000101 0 1011011 11010 11101 100111101 1010011 100111

Color Harmonies of #B41185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41185

Black with #B41185

Text Example


Text Example

White with #B41185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41185; }

 p { color: rgb(180,17,133); }

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

background-color css

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

 a { background-color: rgb(180,17,133); }

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

border-color css

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

 span { border-color: rgb(180,17,133); }

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