#B65DA0

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

Shades of Violet Blue #B65DA0

Tints of Violet Blue #B65DA0

Color information

#B65DA0 (or 0xB65DA0) is unknown color: approx Violet Blue. HEX triplet: B6, 5D and A0. RGB value is (182,93,160). Sum of RGB (Red+Green+Blue) = 182+93+160=435 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.84% from 435); Green value is 93 (36.72% from 255 or 21.38% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 182 - color contains mainly: red. Hex color #B65DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65DA0 is #49A25F. Grayscale: #7F7F7F. Windows color (decimal): -4825696 or 10509750. OLE color: 10509750.

HSL color Cylindrical-coordinate representation of color #B65DA0: hue angle of 314.83º 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 #B65DA0 is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB18293160-
CMYK00.490.120.29
HSL314.83º37.87%53.92%-
HSV(B)314.83º48.9%71.37%-
XYZ29.5520.3135.62-
YUV127.25146.49167.05-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.84%
GREEN value IS 93 (36.72% from 255) = 21.38%
BLUE value IS 160 (62.89% from 255) = 36.78%
R=41.84%
G=21.38%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.12
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829316000.490.120.29314.8337.8753.92
HexB65DA0031C1D13b2636
Octal26613524006114354734666
Binary101101101011101101000000110001110011101100111011100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65DA0; }

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

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

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

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

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

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

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

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