#B03BA5

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

Shades of Violet Blue #B03BA5

Tints of Violet Blue #B03BA5

Color information

#B03BA5 (or 0xB03BA5) is unknown color: approx Violet Blue. HEX triplet: B0, 3B and A5. RGB value is (176,59,165). Sum of RGB (Red+Green+Blue) = 176+59+165=400 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44% from 400); Green value is 59 (23.44% from 255 or 14.75% from 400); Blue value is 165 (64.84% from 255 or 41.25% from 400); Max value from RGB is 176 - color contains mainly: red. Hex color #B03BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03BA5 is #4FC45A. Grayscale: #696969. Windows color (decimal): -5227611 or 10828720. OLE color: 10828720.

HSL color Cylindrical-coordinate representation of color #B03BA5: hue angle of 305.64º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B03BA5 is Cyan = 0, Magento = 0.66, Yellow = 0.06 and Black (K on CMYK) = 0.31.

Color convert

RGB17659165-
CMYK00.660.060.31
HSL305.64º49.79%46.08%-
HSV(B)305.64º66.48%69.02%-
XYZ26.2615.0737.12-
YUV106.07161.26177.88-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 44%
GREEN value IS 59 (23.44% from 255) = 14.75%
BLUE value IS 165 (64.84% from 255) = 41.25%
R=44%
G=14.75%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1765916500.660.060.31305.6449.7946.08
HexB03BA504261F132322e
Octal2607324501026374626256
Binary10110000111011101001010100001011011111100110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03BA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03BA5; }

 p { color: rgb(176,59,165); }

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

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

 a { background-color: rgb(176,59,165); }

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

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

 span { border-color: rgb(176,59,165); }

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