#B763AC

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

Shades of Violet Blue #B763AC

Tints of Violet Blue #B763AC

Color information

#B763AC (or 0xB763AC) is unknown color: approx Violet Blue. HEX triplet: B7, 63 and AC. RGB value is (183,99,172). Sum of RGB (Red+Green+Blue) = 183+99+172=454 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.31% from 454); Green value is 99 (39.06% from 255 or 21.81% from 454); Blue value is 172 (67.58% from 255 or 37.89% from 454); Max value from RGB is 183 - color contains mainly: red. Hex color #B763AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B763AC is #489C53. Grayscale: #848484. Windows color (decimal): -4758612 or 11297719. OLE color: 11297719.

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

Color convert

RGB18399172-
CMYK00.460.060.28
HSL307.86º36.84%55.29%-
HSV(B)307.86º45.9%71.76%-
XYZ31.4421.9741.61-
YUV132.44150.33164.06-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 40.31%
GREEN value IS 99 (39.06% from 255) = 21.81%
BLUE value IS 172 (67.58% from 255) = 37.89%
R=40.31%
G=21.81%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839917200.460.060.28307.8636.8455.29
HexB763AC02E61C1342537
Octal2671432540566344644567
Binary10110111110001110101100010111011011100100110100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B763AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B763AC; }

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

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

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

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

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

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

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

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