#B00688

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

Shades of Medium Violet Red #B00688

Tints of Medium Violet Red #B00688

Color information

#B00688 (or 0xB00688) is unknown color: approx Medium Violet Red. HEX triplet: B0, 06 and 88. RGB value is (176,6,136). Sum of RGB (Red+Green+Blue) = 176+6+136=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B00688 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00688 is #4FF977. Grayscale: #474747. Windows color (decimal): -5241208 or 8914608. OLE color: 8914608.

HSL color Cylindrical-coordinate representation of color #B00688: hue angle of 314.12º 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 #B00688 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB1766136-
CMYK00.970.230.31
HSL314.12º93.41%35.69%-
HSV(B)314.12º96.59%69.02%-
XYZ22.4111.1424.26-
YUV71.65164.32202.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 6 (2.73% from 255) = 1.89%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=55.35%
G=1.89%
B=42.77%

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
Decimal176613600.970.230.31314.1293.4135.69
HexB0688061171F13a5d24
Octal26062100141273747213544
Binary10110000110100010000110000110111111111001110101011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00688; }

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

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

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

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

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

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

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

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