#B03FA1

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

Shades of Violet Blue #B03FA1

Tints of Violet Blue #B03FA1

Color information

#B03FA1 (or 0xB03FA1) is unknown color: approx Violet Blue. HEX triplet: B0, 3F and A1. RGB value is (176,63,161). Sum of RGB (Red+Green+Blue) = 176+63+161=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 63 (25% from 255 or 15.75% from 400); Blue value is 161 (63.28% from 255 or 40.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B03FA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03FA1 is #4FC05E. Grayscale: #6B6B6B. Windows color (decimal): -5226591 or 10567600. OLE color: 10567600.

HSL color Cylindrical-coordinate representation of color #B03FA1: hue angle of 307.96º 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 #B03FA1 is Cyan = 0, Magento = 0.64, Yellow = 0.09 and Black (K on CMYK) = 0.31.

Color convert

RGB17663161-
CMYK00.640.090.31
HSL307.96º47.28%46.86%-
HSV(B)307.96º64.2%69.02%-
XYZ26.1215.3635.31-
YUV107.96157.94176.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 63 (25% from 255) = 15.75%
BLUE value IS 161 (63.28% from 255) = 40.25%
R=44%
G=15.75%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.09
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766316100.640.090.31307.9647.2846.86
HexB03FA104091F1342f2f
Octal26077241010011374645757
Binary101100001111111010000101000000100111111100110100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03FA1; }

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

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

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

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

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

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

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

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