#B764AA

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

Shades of Violet Blue #B764AA

Tints of Violet Blue #B764AA

Color information

#B764AA (or 0xB764AA) is unknown color: approx Violet Blue. HEX triplet: B7, 64 and AA. RGB value is (183,100,170). Sum of RGB (Red+Green+Blue) = 183+100+170=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 100 (39.45% from 255 or 22.08% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B764AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B764AA is #489B55. Grayscale: #848484. Windows color (decimal): -4758358 or 11166903. OLE color: 11166903.

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

Color convert

RGB183100170-
CMYK00.450.070.28
HSL309.4º36.56%55.49%-
HSV(B)309.4º45.36%71.76%-
XYZ31.3422.0840.64-
YUV132.8149163.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.40%
GREEN value IS 100 (39.45% from 255) = 22.08%
BLUE value IS 170 (66.80% from 255) = 37.53%
R=40.40%
G=22.08%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18310017000.450.070.28309.436.5655.49
HexB764AA02D71C1352537
Octal2671442520557344654567
Binary10110111110010010101010010110111111100100110101100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B764AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B764AA; }

 p { color: rgb(183,100,170); }

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

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

 a { background-color: rgb(183,100,170); }

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

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

 span { border-color: rgb(183,100,170); }

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