Html Css Color HEX #B41389 Medium Violet Red

📋 copy color: '#B41389'

red 180 ◦ green 19 ◦ blue 137

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

Shades of Medium Violet Red #B41389

Tints of Medium Violet Red #B41389

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

 BLUE value IS 137 (53.91% from 255) = 40.77%

R = 53.57%
G = 5.65%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B41389 (or 0xB41389) is known color: Medium Violet Red. HEX triplet: B4, 13 and 89. RGB value is (180,19,137). Sum of RGB (Red+Green+Blue) = 180+19+137=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 137 (53.91% from 255 or 40.77% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B41389 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41389 is #4BEC76. Grayscale: #505050. Windows color (decimal): -4975735 or 8983476. OLE color: 8983476.

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

Color convert

RGB 180 19 137 -
CMYK 0 0.89 0.24 0.29
HSL 316.02º 0.81% 0.39% -
HSV(B) 316.02º 0.89% 0.71% -
XYZ 23.57 11.98 24.74 -
YUV 80.59 159.84 198.91 -
System Red Green Blue C M Y K H S L
Decimal 180 19 137 0 0.89 0.24 0.29 316.02 0.81 0.39
Hex B4 13 89 0 59 18 1D 13C 51 27
Octal 264 23 211 0 131 30 35 474 121 47
Binary 10110100 10011 10001001 0 1011001 11000 11101 100111100 1010001 100111

Color Harmonies of #B41389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41389

Black with #B41389

Text Example


Text Example

White with #B41389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41389; }

 p { color: rgb(180,19,137); }

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

background-color css

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

 a { background-color: rgb(180,19,137); }

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

border-color css

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

 span { border-color: rgb(180,19,137); }

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