#B65BA4

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

Shades of Violet Blue #B65BA4

Tints of Violet Blue #B65BA4

Color information

#B65BA4 (or 0xB65BA4) is unknown color: approx Violet Blue. HEX triplet: B6, 5B and A4. RGB value is (182,91,164). Sum of RGB (Red+Green+Blue) = 182+91+164=437 (57% of max value = 765). Red value is 182 (71.48% from 255 or 41.65% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 164 (64.45% from 255 or 37.53% from 437); Max value from RGB is 182 - color contains mainly: red. Hex color #B65BA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65BA4 is #49A45B. Grayscale: #7E7E7E. Windows color (decimal): -4826204 or 10771382. OLE color: 10771382.

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

Color convert

RGB18291164-
CMYK00.50.100.29
HSL311.87º38.4%53.53%-
HSV(B)311.87º50%71.37%-
XYZ29.7320.1137.44-
YUV126.53149.15167.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.65%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 164 (64.45% from 255) = 37.53%
R=41.65%
G=20.82%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829116400.50.100.29311.8738.453.53
HexB65BA4032A1D1382636
Octal26613324406212354704666
Binary101101101011011101001000110010101011101100111000100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65BA4; }

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

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

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

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

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

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

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

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