#B65A9F

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

Shades of Violet Blue #B65A9F

Tints of Violet Blue #B65A9F

Color information

#B65A9F (or 0xB65A9F) is unknown color: approx Violet Blue. HEX triplet: B6, 5A and 9F. RGB value is (182,90,159). Sum of RGB (Red+Green+Blue) = 182+90+159=431 (57% of max value = 765). Red value is 182 (71.48% from 255 or 42.23% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 159 (62.5% from 255 or 36.89% from 431); Max value from RGB is 182 - color contains mainly: red. Hex color #B65A9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65A9F is #49A560. Grayscale: #7D7D7D. Windows color (decimal): -4826465 or 10443446. OLE color: 10443446.

HSL color Cylindrical-coordinate representation of color #B65A9F: hue angle of 315º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B65A9F is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB18290159-
CMYK00.510.130.29
HSL315º38.66%53.33%-
HSV(B)315º50.55%71.37%-
XYZ29.2119.7635.08-
YUV125.37146.98168.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 42.23%
GREEN value IS 90 (35.55% from 255) = 20.88%
BLUE value IS 159 (62.5% from 255) = 36.89%
R=42.23%
G=20.88%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829015900.510.130.2931538.6653.33
HexB65A9F033D1D13b2735
Octal26613223706315354734765
Binary101101101011010100111110110011110111101100111011100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65A9F; }

 p { color: rgb(182,90,159); }

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

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

 a { background-color: rgb(182,90,159); }

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

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

 span { border-color: rgb(182,90,159); }

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