#B768A5

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

Shades of Violet Blue #B768A5

Tints of Violet Blue #B768A5

Color information

#B768A5 (or 0xB768A5) is unknown color: approx Violet Blue. HEX triplet: B7, 68 and A5. RGB value is (183,104,165). Sum of RGB (Red+Green+Blue) = 183+104+165=452 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.49% from 452); Green value is 104 (41.02% from 255 or 23.01% from 452); Blue value is 165 (64.84% from 255 or 36.50% from 452); Max value from RGB is 183 - color contains mainly: red. Hex color #B768A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B768A5 is #48975A. Grayscale: #868686. Windows color (decimal): -4757339 or 10840247. OLE color: 10840247.

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

Color convert

RGB183104165-
CMYK00.430.100.28
HSL313.67º35.43%56.27%-
HSV(B)313.67º43.17%71.76%-
XYZ31.2722.6838.33-
YUV134.57145.17162.54-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.49%
GREEN value IS 104 (41.02% from 255) = 23.01%
BLUE value IS 165 (64.84% from 255) = 36.50%
R=40.49%
G=23.01%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.10
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310416500.430.100.28313.6735.4356.27
HexB768A502BA1C13a2338
Octal26715024505312344724370
Binary101101111101000101001010101011101011100100111010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B768A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B768A5; }

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

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

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

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

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

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

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

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