#B0689E

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

Shades of Violet Blue #B0689E

Tints of Violet Blue #B0689E

Color information

#B0689E (or 0xB0689E) is unknown color: approx Violet Blue. HEX triplet: B0, 68 and 9E. RGB value is (176,104,158). Sum of RGB (Red+Green+Blue) = 176+104+158=438 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40.18% from 438); Green value is 104 (41.02% from 255 or 23.74% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 176 - color contains mainly: red. Hex color #B0689E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0689E is #4F9761. Grayscale: #838383. Windows color (decimal): -5216098 or 10381488. OLE color: 10381488.

HSL color Cylindrical-coordinate representation of color #B0689E: hue angle of 315º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B0689E is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176104158-
CMYK00.410.100.31
HSL315º31.3%54.9%-
HSV(B)315º40.91%69.02%-
XYZ29.0321.634.99-
YUV131.68142.85159.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.18%
GREEN value IS 104 (41.02% from 255) = 23.74%
BLUE value IS 158 (62.11% from 255) = 36.07%
R=40.18%
G=23.74%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610415800.410.100.3131531.354.9
HexB0689E029A1F13b1f37
Octal26015023605112374733767
Binary10110000110100010011110010100110101111110011101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0689E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0689E; }

 p { color: rgb(176,104,158); }

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

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

 a { background-color: rgb(176,104,158); }

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

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

 span { border-color: rgb(176,104,158); }

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