#B00687

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

Shades of Medium Violet Red #B00687

Tints of Medium Violet Red #B00687

Color information

#B00687 (or 0xB00687) is unknown color: approx Medium Violet Red. HEX triplet: B0, 06 and 87. RGB value is (176,6,135). Sum of RGB (Red+Green+Blue) = 176+6+135=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 135 (53.12% from 255 or 42.59% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B00687 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00687 is #4FF978. Grayscale: #474747. Windows color (decimal): -5241209 or 8849072. OLE color: 8849072.

HSL color Cylindrical-coordinate representation of color #B00687: hue angle of 314.47º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00687 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB1766135-
CMYK00.970.230.31
HSL314.47º93.41%35.69%-
HSV(B)314.47º96.59%69.02%-
XYZ22.3411.1123.89-
YUV71.54163.82202.51-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.52%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 135 (53.12% from 255) = 42.59%
R=55.52%
G=1.89%
B=42.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176613500.970.230.31314.4793.4135.69
HexB0687061171F13a5d24
Octal26062070141273747213544
Binary10110000110100001110110000110111111111001110101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00687

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00687; }

 p { color: rgb(176,6,135); }

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

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

 a { background-color: rgb(176,6,135); }

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

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

 span { border-color: rgb(176,6,135); }

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