#B075B1

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

Shades of Violet Blue #B075B1

Tints of Violet Blue #B075B1

Color information

#B075B1 (or 0xB075B1) is unknown color: approx Violet Blue. HEX triplet: B0, 75 and B1. RGB value is (176,117,177). Sum of RGB (Red+Green+Blue) = 176+117+177=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 177 (69.53% from 255 or 37.66% from 470); Max value from RGB is 177 - color contains mainly: blue. Hex color #B075B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B075B1 is #4F8A4E. Grayscale: #8D8D8D. Windows color (decimal): -5212751 or 11630000. OLE color: 11630000.

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

Color convert

RGB176117177-
CMYK0.010.3400.31
HSL299º27.78%57.65%-
HSV(B)299º33.9%69.41%-
XYZ32.225.1344.75-
YUV141.48148.05152.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 177 (69.53% from 255) = 37.66%
R=37.45%
G=24.89%
B=37.66%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761171770.010.3400.3129927.7857.65
HexB075B112201F12b1c3a
Octal2601652611420374533472
Binary10110000111010110110001110001001111110010101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B075B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B075B1; }

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

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

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

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

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

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

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

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