#B068AF

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

Shades of Violet Blue #B068AF

Tints of Violet Blue #B068AF

Color information

#B068AF (or 0xB068AF) is unknown color: approx Violet Blue. HEX triplet: B0, 68 and AF. RGB value is (176,104,175). Sum of RGB (Red+Green+Blue) = 176+104+175=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B068AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B068AF is #4F9750. Grayscale: #858585. Windows color (decimal): -5216081 or 11495600. OLE color: 11495600.

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

Color convert

RGB176104175-
CMYK00.410.010.31
HSL300.83º31.3%54.9%-
HSV(B)300.83º40.91%69.02%-
XYZ30.5922.2343.24-
YUV133.62151.35158.23-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 104 (41.02% from 255) = 22.86%
BLUE value IS 175 (68.75% from 255) = 38.46%
R=38.68%
G=22.86%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610417500.410.010.31300.8331.354.9
HexB068AF02911F12d1f37
Octal2601502570511374553767
Binary10110000110100010101111010100111111110010110111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068AF; }

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

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

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

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

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

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

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

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