#B071A7

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

Shades of Violet Blue #B071A7

Tints of Violet Blue #B071A7

Color information

#B071A7 (or 0xB071A7) is unknown color: approx Violet Blue. HEX triplet: B0, 71 and A7. RGB value is (176,113,167). Sum of RGB (Red+Green+Blue) = 176+113+167=456 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.60% from 456); Green value is 113 (44.53% from 255 or 24.78% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 176 - color contains mainly: red. Hex color #B071A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B071A7 is #4F8E58. Grayscale: #898989. Windows color (decimal): -5213785 or 10973616. OLE color: 10973616.

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

Color convert

RGB176113167-
CMYK00.360.050.31
HSL308.57º28.51%56.67%-
HSV(B)308.57º35.8%69.02%-
XYZ30.7823.8339.54-
YUV137.99144.37155.11-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.60%
GREEN value IS 113 (44.53% from 255) = 24.78%
BLUE value IS 167 (65.62% from 255) = 36.62%
R=38.60%
G=24.78%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17611316700.360.050.31308.5728.5156.67
HexB071A702451F1351d39
Octal2601612470445374653571
Binary1011000011100011010011101001001011111110011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B071A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B071A7; }

 p { color: rgb(176,113,167); }

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

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

 a { background-color: rgb(176,113,167); }

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

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

 span { border-color: rgb(176,113,167); }

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