#B070A7

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

Shades of Violet Blue #B070A7

Tints of Violet Blue #B070A7

Color information

#B070A7 (or 0xB070A7) is unknown color: approx Violet Blue. HEX triplet: B0, 70 and A7. RGB value is (176,112,167). Sum of RGB (Red+Green+Blue) = 176+112+167=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 112 (44.14% from 255 or 24.62% from 455); Blue value is 167 (65.62% from 255 or 36.70% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B070A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #B070A7 is #4F8F58. Grayscale: #898989. Windows color (decimal): -5214041 or 10973360. OLE color: 10973360.

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

Color convert

RGB176112167-
CMYK00.360.050.31
HSL308.44º28.83%56.47%-
HSV(B)308.44º36.36%69.02%-
XYZ30.6723.6139.5-
YUV137.41144.7155.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.68%
GREEN value IS 112 (44.14% from 255) = 24.62%
BLUE value IS 167 (65.62% from 255) = 36.70%
R=38.68%
G=24.62%
B=36.70%

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
Decimal17611216700.360.050.31308.4428.8356.47
HexB070A702451F1341d38
Octal2601602470445374643570
Binary1011000011100001010011101001001011111110011010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B070A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B070A7; }

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

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

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

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

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

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

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

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