#B768AC

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

Shades of Violet Blue #B768AC

Tints of Violet Blue #B768AC

Color information

#B768AC (or 0xB768AC) is unknown color: approx Violet Blue. HEX triplet: B7, 68 and AC. RGB value is (183,104,172). Sum of RGB (Red+Green+Blue) = 183+104+172=459 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.87% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 183 - color contains mainly: red. Hex color #B768AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B768AC is #489753. Grayscale: #878787. Windows color (decimal): -4757332 or 11298999. OLE color: 11298999.

HSL color Cylindrical-coordinate representation of color #B768AC: hue angle of 308.35º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B768AC is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.28.

Color convert

RGB183104172-
CMYK00.430.060.28
HSL308.35º35.43%56.27%-
HSV(B)308.35º43.17%71.76%-
XYZ31.9322.9541.78-
YUV135.37148.67161.97-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.87%
GREEN value IS 104 (41.02% from 255) = 22.66%
BLUE value IS 172 (67.58% from 255) = 37.47%
R=39.87%
G=22.66%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310417200.430.060.28308.3535.4356.27
HexB768AC02B61C1342338
Octal2671502540536344644370
Binary10110111110100010101100010101111011100100110100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B768AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B768AC; }

 p { color: rgb(183,104,172); }

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

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

 a { background-color: rgb(183,104,172); }

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

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

 span { border-color: rgb(183,104,172); }

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