#B03DA5

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

Shades of Violet Blue #B03DA5

Tints of Violet Blue #B03DA5

Color information

#B03DA5 (or 0xB03DA5) is unknown color: approx Violet Blue. HEX triplet: B0, 3D and A5. RGB value is (176,61,165). Sum of RGB (Red+Green+Blue) = 176+61+165=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 61 (24.22% from 255 or 15.17% from 402); Blue value is 165 (64.84% from 255 or 41.04% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B03DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03DA5 is #4FC25A. Grayscale: #6A6A6A. Windows color (decimal): -5227099 or 10829232. OLE color: 10829232.

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

Color convert

RGB17661165-
CMYK00.650.060.31
HSL305.74º48.52%46.47%-
HSV(B)305.74º65.34%69.02%-
XYZ26.3615.2837.16-
YUV107.24160.6177.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.78%
GREEN value IS 61 (24.22% from 255) = 15.17%
BLUE value IS 165 (64.84% from 255) = 41.04%
R=43.78%
G=15.17%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.06
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766116500.650.060.31305.7448.5246.47
HexB03DA504161F132312e
Octal2607524501016374626156
Binary10110000111101101001010100000111011111100110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03DA5; }

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

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

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

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

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

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

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

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