#b760a8

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

Shades of Violet Blue #B760A8

Tints of Violet Blue #B760A8

Color information

#B760A8 (or 0xB760A8) is unknown color: approx Violet Blue. HEX triplet: B7, 60 and A8. RGB value is (183,96,168). Sum of RGB (Red+Green+Blue) = 183+96+168=447 (59% of max value = 765). Red value is 183 (71.88% from 255 or 40.94% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 168 (66.02% from 255 or 37.58% from 447); Max value from RGB is 183 - color contains mainly: red. Hex color #B760A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B760A8 is #489F57. Grayscale: #828282. Windows color (decimal): -4759384 or 11034807. OLE color: 11034807.

HSL color Cylindrical-coordinate representation of color #B760A8: hue angle of 310.34º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B760A8 is Cyan = 0, Magento = 0.48, Yellow = 0.08 and Black (K on CMYK) = 0.28.

Color convert

RGB18396168-
CMYK00.480.080.28
HSL310.34º37.66%54.71%-
HSV(B)310.34º47.54%71.76%-
XYZ30.7821.2639.53-
YUV130.22149.32165.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.94%
GREEN value IS 96 (37.89% from 255) = 21.48%
BLUE value IS 168 (66.02% from 255) = 37.58%
R=40.94%
G=21.48%
B=37.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839616800.480.080.28310.3437.6654.71
HexB760A803081C1362637
Octal26714025006010344664667
Binary101101111100000101010000110000100011100100110110100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b760a8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b760a8; }

 p { color: rgb(183,96,168); }

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

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

 a { background-color: rgb(183,96,168); }

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

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

 span { border-color: rgb(183,96,168); }

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