#B65DA5

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

Shades of Violet Blue #B65DA5

Tints of Violet Blue #B65DA5

Color information

#B65DA5 (or 0xB65DA5) is unknown color: approx Violet Blue. HEX triplet: B6, 5D and A5. RGB value is (182,93,165). Sum of RGB (Red+Green+Blue) = 182+93+165=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65DA5 is #49A25A. Grayscale: #7F7F7F. Windows color (decimal): -4825691 or 10837430. OLE color: 10837430.

HSL color Cylindrical-coordinate representation of color #B65DA5: hue angle of 311.46º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B65DA5 is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.29.

Color convert

RGB18293165-
CMYK00.490.090.29
HSL311.46º37.87%53.92%-
HSV(B)311.46º48.9%71.37%-
XYZ3020.4937.97-
YUV127.82148.99166.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 93 (36.72% from 255) = 21.14%
BLUE value IS 165 (64.84% from 255) = 37.5%
R=41.36%
G=21.14%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829316500.490.090.29311.4637.8753.92
HexB65DA503191D1372636
Octal26613524506111354674666
Binary101101101011101101001010110001100111101100110111100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DA5; }

 p { color: rgb(182,93,165); }

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

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

 a { background-color: rgb(182,93,165); }

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

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

 span { border-color: rgb(182,93,165); }

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