#B665AC

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

Shades of Violet Blue #B665AC

Tints of Violet Blue #B665AC

Color information

#B665AC (or 0xB665AC) is unknown color: approx Violet Blue. HEX triplet: B6, 65 and AC. RGB value is (182,101,172). Sum of RGB (Red+Green+Blue) = 182+101+172=455 (60% of max value = 765). Red value is 182 (71.48% from 255 or 40% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 182 - color contains mainly: red. Hex color #B665AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B665AC is #499A53. Grayscale: #858585. Windows color (decimal): -4823636 or 11298230. OLE color: 11298230.

HSL color Cylindrical-coordinate representation of color #B665AC: hue angle of 307.41º degrees, saturation: 0.36, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B665AC is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.29.

Color convert

RGB182101172-
CMYK00.450.050.29
HSL307.41º35.68%55.49%-
HSV(B)307.41º44.51%71.37%-
XYZ31.3922.2341.67-
YUV133.31149.84162.73-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40%
GREEN value IS 101 (39.84% from 255) = 22.20%
BLUE value IS 172 (67.58% from 255) = 37.80%
R=40%
G=22.20%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18210117200.450.050.29307.4135.6855.49
HexB665AC02D51D1332437
Octal2661452540555354634467
Binary10110110110010110101100010110110111101100110011100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B665AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B665AC; }

 p { color: rgb(182,101,172); }

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

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

 a { background-color: rgb(182,101,172); }

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

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

 span { border-color: rgb(182,101,172); }

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