#B068AA

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

Shades of Violet Blue #B068AA

Tints of Violet Blue #B068AA

Color information

#B068AA (or 0xB068AA) is unknown color: approx Violet Blue. HEX triplet: B0, 68 and AA. RGB value is (176,104,170). Sum of RGB (Red+Green+Blue) = 176+104+170=450 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.11% from 450); Green value is 104 (41.02% from 255 or 23.11% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 176 - color contains mainly: red. Hex color #B068AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B068AA is #4F9755. Grayscale: #848484. Windows color (decimal): -5216086 or 11167920. OLE color: 11167920.

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

Color convert

RGB176104170-
CMYK00.410.030.31
HSL305º31.3%54.9%-
HSV(B)305º40.91%69.02%-
XYZ30.1122.0340.7-
YUV133.05148.85158.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 39.11%
GREEN value IS 104 (41.02% from 255) = 23.11%
BLUE value IS 170 (66.80% from 255) = 37.78%
R=39.11%
G=23.11%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17610417000.410.030.3130531.354.9
HexB068AA02931F1311f37
Octal2601502520513374613767
Binary101100001101000101010100101001111111110011000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B068AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B068AA; }

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

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

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

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

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

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

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

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