#B0679E

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

Shades of Violet Blue #B0679E

Tints of Violet Blue #B0679E

Color information

#B0679E (or 0xB0679E) is unknown color: approx Violet Blue. HEX triplet: B0, 67 and 9E. RGB value is (176,103,158). Sum of RGB (Red+Green+Blue) = 176+103+158=437 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.27% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 158 (62.11% from 255 or 36.16% from 437); Max value from RGB is 176 - color contains mainly: red. Hex color #B0679E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0679E is #4F9861. Grayscale: #828282. Windows color (decimal): -5216354 or 10381232. OLE color: 10381232.

HSL color Cylindrical-coordinate representation of color #B0679E: hue angle of 314.79º degrees, saturation: 0.32, 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 #B0679E is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB176103158-
CMYK00.410.100.31
HSL314.79º31.6%54.71%-
HSV(B)314.79º41.48%69.02%-
XYZ28.9321.434.95-
YUV131.1143.18160.03-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40.27%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 158 (62.11% from 255) = 36.16%
R=40.27%
G=23.57%
B=36.16%

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
Decimal17610315800.410.100.31314.7931.654.71
HexB0679E029A1F13b2037
Octal26014723605112374734067
Binary101100001100111100111100101001101011111100111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0679E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0679E; }

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

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

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

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

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

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

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

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