Html Css Color HEX #B41388 Medium Violet Red

📋 copy color: '#B41388'

red 180 ◦ green 19 ◦ blue 136

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

Shades of Medium Violet Red #B41388

Tints of Medium Violet Red #B41388

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 40.6%

R = 53.73%
G = 5.67%
B = 40.6%

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

#B41388 (or 0xB41388) is known color: Medium Violet Red. HEX triplet: B4, 13 and 88. RGB value is (180,19,136). Sum of RGB (Red+Green+Blue) = 180+19+136=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 19 (7.81% from 255 or 5.67% from 335); Blue value is 136 (53.52% from 255 or 40.60% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B41388 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41388 is #4BEC77. Grayscale: #505050. Windows color (decimal): -4975736 or 8917940. OLE color: 8917940.

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

Color convert

RGB 180 19 136 -
CMYK 0 0.89 0.24 0.29
HSL 316.4º 0.81% 0.39% -
HSV(B) 316.4º 0.89% 0.71% -
XYZ 23.5 11.95 24.36 -
YUV 80.48 159.34 198.99 -
System Red Green Blue C M Y K H S L
Decimal 180 19 136 0 0.89 0.24 0.29 316.4 0.81 0.39
Hex B4 13 88 0 59 18 1D 13C 51 27
Octal 264 23 210 0 131 30 35 474 121 47
Binary 10110100 10011 10001000 0 1011001 11000 11101 100111100 1010001 100111

Color Harmonies of #B41388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41388

Black with #B41388

Text Example


Text Example

White with #B41388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41388; }

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

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

background-color css

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

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

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

border-color css

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

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

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