#B65FA7

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

Shades of Violet Blue #B65FA7

Tints of Violet Blue #B65FA7

Color information

#B65FA7 (or 0xB65FA7) is unknown color: approx Violet Blue. HEX triplet: B6, 5F and A7. RGB value is (182,95,167). Sum of RGB (Red+Green+Blue) = 182+95+167=444 (58% of max value = 765). Red value is 182 (71.48% from 255 or 40.99% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 167 (65.62% from 255 or 37.61% from 444); Max value from RGB is 182 - color contains mainly: red. Hex color #B65FA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B65FA7 is #49A058. Grayscale: #818181. Windows color (decimal): -4825177 or 10969014. OLE color: 10969014.

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

Color convert

RGB18295167-
CMYK00.480.080.29
HSL310.34º37.34%54.31%-
HSV(B)310.34º47.8%71.37%-
XYZ30.3620.9239-
YUV129.22149.32165.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 40.99%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 167 (65.62% from 255) = 37.61%
R=40.99%
G=21.40%
B=37.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1829516700.480.080.29310.3437.3454.31
HexB65FA703081D1362536
Octal26613724706010354664566
Binary101101101011111101001110110000100011101100110110100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65FA7; }

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

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

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

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

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

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

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

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