#B075AF

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

Shades of Violet Blue #B075AF

Tints of Violet Blue #B075AF

Color information

#B075AF (or 0xB075AF) is unknown color: approx Violet Blue. HEX triplet: B0, 75 and AF. RGB value is (176,117,175). Sum of RGB (Red+Green+Blue) = 176+117+175=468 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.61% from 468); Green value is 117 (46.09% from 255 or 25% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 176 - color contains mainly: red. Hex color #B075AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075AF is #4F8A50. Grayscale: #8D8D8D. Windows color (decimal): -5212753 or 11498928. OLE color: 11498928.

HSL color Cylindrical-coordinate representation of color #B075AF: hue angle of 301.02º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B075AF is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB176117175-
CMYK00.340.010.31
HSL301.02º27.19%57.45%-
HSV(B)301.02º33.52%69.02%-
XYZ3225.0543.71-
YUV141.25147.05152.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.61%
GREEN value IS 117 (46.09% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=37.61%
G=25%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.01
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611717500.340.010.31301.0227.1957.45
HexB075AF02211F12d1b39
Octal2601652570421374553371
Binary10110000111010110101111010001011111110010110111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075AF; }

 p { color: rgb(176,117,175); }

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

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

 a { background-color: rgb(176,117,175); }

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

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

 span { border-color: rgb(176,117,175); }

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