#B768AD

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

Shades of Violet Blue #B768AD

Tints of Violet Blue #B768AD

Color information

#B768AD (or 0xB768AD) is unknown color: approx Violet Blue. HEX triplet: B7, 68 and AD. RGB value is (183,104,173). Sum of RGB (Red+Green+Blue) = 183+104+173=460 (60% of max value = 765). Red value is 183 (71.88% from 255 or 39.78% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 173 (67.97% from 255 or 37.61% from 460); Max value from RGB is 183 - color contains mainly: red. Hex color #B768AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B768AD is #489752. Grayscale: #878787. Windows color (decimal): -4757331 or 11364535. OLE color: 11364535.

HSL color Cylindrical-coordinate representation of color #B768AD: hue angle of 307.59º 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 #B768AD is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB183104173-
CMYK00.430.050.28
HSL307.59º35.43%56.27%-
HSV(B)307.59º43.17%71.76%-
XYZ32.0222.9942.28-
YUV135.49149.17161.89-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 39.78%
GREEN value IS 104 (41.02% from 255) = 22.61%
BLUE value IS 173 (67.97% from 255) = 37.61%
R=39.78%
G=22.61%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310417300.430.050.28307.5935.4356.27
HexB768AD02B51C1342338
Octal2671502550535344644370
Binary10110111110100010101101010101110111100100110100100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B768AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B768AD; }

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

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

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

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

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

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

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

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