Html Css Color HEX #B40988 Medium Violet Red

📋 copy color: '#B40988'

red 180 ◦ green 9 ◦ blue 136

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

Shades of Medium Violet Red #B40988

Tints of Medium Violet Red #B40988

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.77%

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

R = 55.38%
G = 2.77%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B40988 (or 0xB40988) is known color: Medium Violet Red. HEX triplet: B4, 09 and 88. RGB value is (180,9,136). Sum of RGB (Red+Green+Blue) = 180+9+136=325 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.38% from 325); Green value is 9 (3.91% from 255 or 2.77% from 325); Blue value is 136 (53.52% from 255 or 41.85% from 325); Max value from RGB is 180 - color contains mainly: red. Hex color #B40988 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40988 is #4BF677. Grayscale: #4A4A4A. Windows color (decimal): -4978296 or 8915380. OLE color: 8915380.

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

Color convert

RGB 180 9 136 -
CMYK 0 0.95 0.24 0.29
HSL 315.44º 0.9% 0.37% -
HSV(B) 315.44º 0.95% 0.71% -
XYZ 23.36 11.68 24.31 -
YUV 74.61 162.65 203.17 -
System Red Green Blue C M Y K H S L
Decimal 180 9 136 0 0.95 0.24 0.29 315.44 0.9 0.37
Hex B4 9 88 0 5F 18 1D 13B 5A 25
Octal 264 11 210 0 137 30 35 473 132 45
Binary 10110100 1001 10001000 0 1011111 11000 11101 100111011 1011010 100101

Color Harmonies of #B40988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40988

Black with #B40988

Text Example


Text Example

White with #B40988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40988; }

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

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

background-color css

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

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

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

border-color css

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

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

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