#B03FA7

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

Shades of Violet Blue #B03FA7

Tints of Violet Blue #B03FA7

Color information

#B03FA7 (or 0xB03FA7) is unknown color: approx Violet Blue. HEX triplet: B0, 3F and A7. RGB value is (176,63,167). Sum of RGB (Red+Green+Blue) = 176+63+167=406 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.35% from 406); Green value is 63 (25% from 255 or 15.52% from 406); Blue value is 167 (65.62% from 255 or 41.13% from 406); Max value from RGB is 176 - color contains mainly: red. Hex color #B03FA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03FA7 is #4FC058. Grayscale: #6C6C6C. Windows color (decimal): -5226585 or 10960816. OLE color: 10960816.

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

Color convert

RGB17663167-
CMYK00.640.050.31
HSL304.78º47.28%46.86%-
HSV(B)304.78º64.2%69.02%-
XYZ26.6615.5838.16-
YUV108.64160.94176.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.35%
GREEN value IS 63 (25% from 255) = 15.52%
BLUE value IS 167 (65.62% from 255) = 41.13%
R=43.35%
G=15.52%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766316700.640.050.31304.7847.2846.86
HexB03FA704051F1312f2f
Octal2607724701005374615757
Binary10110000111111101001110100000010111111100110001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03FA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03FA7; }

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

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

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

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

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

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

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

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