#B40287

Color #B40287 Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #B40287

Tints of Medium Violet Red #B40287

Color information

#B40287 (or 0xB40287) is unknown color: approx Medium Violet Red. HEX triplet: B4, 02 and 87. RGB value is (180,2,135). Sum of RGB (Red+Green+Blue) = 180+2+135=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B40287 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40287 is #4BFD78. Grayscale: #464646. Windows color (decimal): -4980089 or 8848052. OLE color: 8848052.

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

Color convert

RGB1802135-
CMYK00.990.250.29
HSL315.17º97.8%35.69%-
HSV(B)315.17º98.89%70.59%-
XYZ23.2211.523.92-
YUV70.38164.47206.19-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.78%
GREEN value IS 2 (1.17% from 255) = 0.63%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=56.78%
G=0.63%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.25
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180213500.990.250.29315.1797.835.69
HexB4287063191D13b6224
Octal26422070143313547314244
Binary1011010010100001110110001111001111011001110111100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40287; }

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

 H1.HeaderClassName
 {
   color: #B40287;
 }
 .AnyTagClassName
 {
   color: #B40287;
 }
</style>
background-color css

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

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

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

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

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

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