#B65BA8

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

Shades of Violet Blue #B65BA8

Tints of Violet Blue #B65BA8

Color information

#B65BA8 (or 0xB65BA8) is unknown color: approx Violet Blue. HEX triplet: B6, 5B and A8. RGB value is (182,91,168). Sum of RGB (Red+Green+Blue) = 182+91+168=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 91 (35.94% from 255 or 20.63% from 441); Blue value is 168 (66.02% from 255 or 38.10% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BA8 is #49A457. Grayscale: #7E7E7E. Windows color (decimal): -4826200 or 11033526. OLE color: 11033526.

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

Color convert

RGB18291168-
CMYK00.50.080.29
HSL309.23º38.4%53.53%-
HSV(B)309.23º50%71.37%-
XYZ30.120.2539.37-
YUV126.99151.15167.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 91 (35.94% from 255) = 20.63%
BLUE value IS 168 (66.02% from 255) = 38.10%
R=41.27%
G=20.63%
B=38.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829116800.50.080.29309.2338.453.53
HexB65BA803281D1352636
Octal26613325006210354654666
Binary101101101011011101010000110010100011101100110101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BA8; }

 p { color: rgb(182,91,168); }

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

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

 a { background-color: rgb(182,91,168); }

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

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

 span { border-color: rgb(182,91,168); }

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