#B65FA4

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

Shades of Violet Blue #B65FA4

Tints of Violet Blue #B65FA4

Color information

#B65FA4 (or 0xB65FA4) is unknown color: approx Violet Blue. HEX triplet: B6, 5F and A4. RGB value is (182,95,164). Sum of RGB (Red+Green+Blue) = 182+95+164=441 (58% of max value = 765). Red value is 182 (71.48% from 255 or 41.27% from 441); Green value is 95 (37.5% from 255 or 21.54% from 441); Blue value is 164 (64.45% from 255 or 37.19% from 441); Max value from RGB is 182 - color contains mainly: red. Hex color #B65FA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65FA4 is #49A05B. Grayscale: #808080. Windows color (decimal): -4825180 or 10772406. OLE color: 10772406.

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

Color convert

RGB18295164-
CMYK00.480.100.29
HSL312.41º37.34%54.31%-
HSV(B)312.41º47.8%71.37%-
XYZ30.0820.8137.55-
YUV128.88147.82165.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 41.27%
GREEN value IS 95 (37.5% from 255) = 21.54%
BLUE value IS 164 (64.45% from 255) = 37.19%
R=41.27%
G=21.54%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.10
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829516400.480.100.29312.4137.3454.31
HexB65FA4030A1D1382536
Octal26613724406012354704566
Binary101101101011111101001000110000101011101100111000100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65FA4; }

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

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

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

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

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

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

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

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