#B965AA

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

Shades of Violet Blue #B965AA

Tints of Violet Blue #B965AA

Color information

#B965AA (or 0xB965AA) is unknown color: approx Violet Blue. HEX triplet: B9, 65 and AA. RGB value is (185,101,170). Sum of RGB (Red+Green+Blue) = 185+101+170=456 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.57% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 170 (66.80% from 255 or 37.28% from 456); Max value from RGB is 185 - color contains mainly: red. Hex color #B965AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B965AA is #469A55. Grayscale: #858585. Windows color (decimal): -4627030 or 11167161. OLE color: 11167161.

HSL color Cylindrical-coordinate representation of color #B965AA: hue angle of 310.71º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B965AA is Cyan = 0, Magento = 0.45, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB185101170-
CMYK00.450.080.27
HSL310.71º37.5%56.08%-
HSV(B)310.71º45.41%72.55%-
XYZ31.9222.5240.7-
YUV133.98148.33164.39-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.57%
GREEN value IS 101 (39.84% from 255) = 22.15%
BLUE value IS 170 (66.80% from 255) = 37.28%
R=40.57%
G=22.15%
B=37.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18510117000.450.080.27310.7137.556.08
HexB965AA02D81B1372638
Octal27114525205510334674670
Binary101110011100101101010100101101100011011100110111100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B965AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B965AA; }

 p { color: rgb(185,101,170); }

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

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

 a { background-color: rgb(185,101,170); }

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

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

 span { border-color: rgb(185,101,170); }

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