#B068AD

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

Shades of Violet Blue #B068AD

Tints of Violet Blue #B068AD

Color information

#B068AD (or 0xB068AD) is unknown color: approx Violet Blue. HEX triplet: B0, 68 and AD. RGB value is (176,104,173). Sum of RGB (Red+Green+Blue) = 176+104+173=453 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.85% from 453); Green value is 104 (41.02% from 255 or 22.96% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 176 - color contains mainly: red. Hex color #B068AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B068AD is #4F9752. Grayscale: #858585. Windows color (decimal): -5216083 or 11364528. OLE color: 11364528.

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

Color convert

RGB176104173-
CMYK00.410.020.31
HSL302.5º31.3%54.9%-
HSV(B)302.5º40.91%69.02%-
XYZ30.422.1542.21-
YUV133.39150.35158.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.85%
GREEN value IS 104 (41.02% from 255) = 22.96%
BLUE value IS 173 (67.97% from 255) = 38.19%
R=38.85%
G=22.96%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.02
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610417300.410.020.31302.531.354.9
HexB068AD02921F12e1f37
Octal2601502550512374563767
Binary101100001101000101011010101001101111110010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068AD; }

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

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

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

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

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

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

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

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