Html Css Color HEX #B40F88 Medium Violet Red

📋 copy color: '#B40F88'

red 180 ◦ green 15 ◦ blue 136

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

Shades of Medium Violet Red #B40F88

Tints of Medium Violet Red #B40F88

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.53%

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

R = 54.38%
G = 4.53%
B = 41.09%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B40F88 (or 0xB40F88) is known color: Medium Violet Red. HEX triplet: B4, 0F and 88. RGB value is (180,15,136). Sum of RGB (Red+Green+Blue) = 180+15+136=331 (43% of max value = 765). Red value is 180 (70.70% from 255 or 54.38% from 331); Green value is 15 (6.25% from 255 or 4.53% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F88 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40F88 is #4BF077. Grayscale: #4D4D4D. Windows color (decimal): -4976760 or 8916916. OLE color: 8916916.

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

Color convert

RGB 180 15 136 -
CMYK 0 0.92 0.24 0.29
HSL 316º 0.85% 0.38% -
HSV(B) 316º 0.92% 0.71% -
XYZ 23.44 11.82 24.34 -
YUV 78.13 160.66 200.66 -
System Red Green Blue C M Y K H S L
Decimal 180 15 136 0 0.92 0.24 0.29 316 0.85 0.38
Hex B4 F 88 0 5C 18 1D 13C 55 26
Octal 264 17 210 0 134 30 35 474 125 46
Binary 10110100 1111 10001000 0 1011100 11000 11101 100111100 1010101 100110

Color Harmonies of #B40F88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40F88

Black with #B40F88

Text Example


Text Example

White with #B40F88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40F88; }

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

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

background-color css

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

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

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

border-color css

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

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

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