#B65BA7

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

Shades of Violet Blue #B65BA7

Tints of Violet Blue #B65BA7

Color information

#B65BA7 (or 0xB65BA7) is unknown color: approx Violet Blue. HEX triplet: B6, 5B and A7. RGB value is (182,91,167). Sum of RGB (Red+Green+Blue) = 182+91+167=440 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.36% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BA7 is #49A458. Grayscale: #7E7E7E. Windows color (decimal): -4826201 or 10967990. OLE color: 10967990.

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

Color convert

RGB18291167-
CMYK00.50.080.29
HSL309.89º38.4%53.53%-
HSV(B)309.89º50%71.37%-
XYZ30.0120.2238.88-
YUV126.87150.65167.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.36%
GREEN value IS 91 (35.94% from 255) = 20.68%
BLUE value IS 167 (65.62% from 255) = 37.95%
R=41.36%
G=20.68%
B=37.95%

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
Decimal1829116700.50.080.29309.8938.453.53
HexB65BA703281D1362636
Octal26613324706210354664666
Binary101101101011011101001110110010100011101100110110100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BA7; }

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

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

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

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

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

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

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

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