Html Css Color HEX #B41888 Medium Violet Red

📋 copy color: '#B41888'

red 180 ◦ green 24 ◦ blue 136

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

Shades of Medium Violet Red #B41888

Tints of Medium Violet Red #B41888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.06%

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

R = 52.94%
G = 7.06%
B = 40%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B41888 (or 0xB41888) is known color: Medium Violet Red. HEX triplet: B4, 18 and 88. RGB value is (180,24,136). Sum of RGB (Red+Green+Blue) = 180+24+136=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 24 (9.77% from 255 or 7.06% from 340); Blue value is 136 (53.52% from 255 or 40% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B41888 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B41888 is #4BE777. Grayscale: #535353. Windows color (decimal): -4974456 or 8919220. OLE color: 8919220.

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

Color convert

RGB 180 24 136 -
CMYK 0 0.87 0.24 0.29
HSL 316.92º 0.76% 0.4% -
HSV(B) 316.92º 0.87% 0.71% -
XYZ 23.59 12.13 24.39 -
YUV 83.41 157.68 196.89 -
System Red Green Blue C M Y K H S L
Decimal 180 24 136 0 0.87 0.24 0.29 316.92 0.76 0.4
Hex B4 18 88 0 57 18 1D 13D 4C 28
Octal 264 30 210 0 127 30 35 475 114 50
Binary 10110100 11000 10001000 0 1010111 11000 11101 100111101 1001100 101000

Color Harmonies of #B41888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41888

Black with #B41888

Text Example


Text Example

White with #B41888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41888; }

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

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

background-color css

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

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

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

border-color css

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

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

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