#B0699F

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

Shades of Violet Blue #B0699F

Tints of Violet Blue #B0699F

Color information

#B0699F (or 0xB0699F) is unknown color: approx Violet Blue. HEX triplet: B0, 69 and 9F. RGB value is (176,105,159). Sum of RGB (Red+Green+Blue) = 176+105+159=440 (58% of max value = 765). Red value is 176 (69.14% from 255 or 40% from 440); Green value is 105 (41.41% from 255 or 23.86% from 440); Blue value is 159 (62.5% from 255 or 36.14% from 440); Max value from RGB is 176 - color contains mainly: red. Hex color #B0699F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B0699F is #4F9660. Grayscale: #848484. Windows color (decimal): -5215841 or 10447280. OLE color: 10447280.

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

Color convert

RGB176105159-
CMYK00.400.100.31
HSL314.37º31%55.1%-
HSV(B)314.37º40.34%69.02%-
XYZ29.2121.8435.48-
YUV132.38143.02159.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 40%
GREEN value IS 105 (41.41% from 255) = 23.86%
BLUE value IS 159 (62.5% from 255) = 36.14%
R=40%
G=23.86%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610515900.400.100.31314.373155.1
HexB0699F028A1F13a1f37
Octal26015123705012374723767
Binary10110000110100110011111010100010101111110011101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0699F; }

 p { color: rgb(176,105,159); }

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

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

 a { background-color: rgb(176,105,159); }

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

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

 span { border-color: rgb(176,105,159); }

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