Html Css Color HEX #B41184 Medium Violet Red

📋 copy color: '#B41184'

red 180 ◦ green 17 ◦ blue 132

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

Shades of Medium Violet Red #B41184

Tints of Medium Violet Red #B41184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 40.12%

R = 54.71%
G = 5.17%
B = 40.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B41184 (or 0xB41184) is known color: Medium Violet Red. HEX triplet: B4, 11 and 84. RGB value is (180,17,132). Sum of RGB (Red+Green+Blue) = 180+17+132=329 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.71% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 132 (51.95% from 255 or 40.12% from 329); Max value from RGB is 180 - color contains mainly: red. Hex color #B41184 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41184 is #4BEE7B. Grayscale: #4E4E4E. Windows color (decimal): -4976252 or 8655284. OLE color: 8655284.

HSL color Cylindrical-coordinate representation of color #B41184: hue angle of 317.67º 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 #B41184 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 17 132 -
CMYK 0 0.91 0.27 0.29
HSL 317.67º 0.83% 0.39% -
HSV(B) 317.67º 0.91% 0.71% -
XYZ 23.19 11.77 22.88 -
YUV 78.85 158 200.15 -
System Red Green Blue C M Y K H S L
Decimal 180 17 132 0 0.91 0.27 0.29 317.67 0.83 0.39
Hex B4 11 84 0 5B 1B 1D 13E 53 27
Octal 264 21 204 0 133 33 35 476 123 47
Binary 10110100 10001 10000100 0 1011011 11011 11101 100111110 1010011 100111

Color Harmonies of #B41184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41184

Black with #B41184

Text Example


Text Example

White with #B41184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41184; }

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

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

background-color css

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

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

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

border-color css

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

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

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