Html Css Color HEX #B40587 Medium Violet Red

📋 copy color: '#B40587'

red 180 ◦ green 5 ◦ blue 135

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

Shades of Medium Violet Red #B40587

Tints of Medium Violet Red #B40587

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.56%

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 56.25%
G = 1.56%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B40587 (or 0xB40587) is known color: Medium Violet Red. HEX triplet: B4, 05 and 87. RGB value is (180,5,135). Sum of RGB (Red+Green+Blue) = 180+5+135=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 5 (2.34% from 255 or 1.56% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B40587 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40587 is #4BFA78. Grayscale: #474747. Windows color (decimal): -4979321 or 8848820. OLE color: 8848820.

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

Color convert

RGB 180 5 135 -
CMYK 0 0.97 0.25 0.29
HSL 315.43º 0.95% 0.36% -
HSV(B) 315.43º 0.97% 0.71% -
XYZ 23.25 11.56 23.93 -
YUV 72.15 163.48 204.93 -
System Red Green Blue C M Y K H S L
Decimal 180 5 135 0 0.97 0.25 0.29 315.43 0.95 0.36
Hex B4 5 87 0 61 19 1D 13B 5F 24
Octal 264 5 207 0 141 31 35 473 137 44
Binary 10110100 101 10000111 0 1100001 11001 11101 100111011 1011111 100100

Color Harmonies of #B40587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40587

Black with #B40587

Text Example


Text Example

White with #B40587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40587; }

 p { color: rgb(180,5,135); }

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

background-color css

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

 a { background-color: rgb(180,5,135); }

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

border-color css

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

 span { border-color: rgb(180,5,135); }

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