#B03DA6

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

Shades of Violet Blue #B03DA6

Tints of Violet Blue #B03DA6

Color information

#B03DA6 (or 0xB03DA6) is unknown color: approx Violet Blue. HEX triplet: B0, 3D and A6. RGB value is (176,61,166). Sum of RGB (Red+Green+Blue) = 176+61+166=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 61 (24.22% from 255 or 15.14% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B03DA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B03DA6 is #4FC259. Grayscale: #6B6B6B. Windows color (decimal): -5227098 or 10894768. OLE color: 10894768.

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

Color convert

RGB17661166-
CMYK00.650.060.31
HSL305.22º48.52%46.47%-
HSV(B)305.22º65.34%69.02%-
XYZ26.4615.3237.64-
YUV107.35161.1176.96-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 43.67%
GREEN value IS 61 (24.22% from 255) = 15.14%
BLUE value IS 166 (65.23% from 255) = 41.19%
R=43.67%
G=15.14%
B=41.19%

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
Decimal1766116600.650.060.31305.2248.5246.47
HexB03DA604161F131312e
Octal2607524601016374616156
Binary10110000111101101001100100000111011111100110001110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03DA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03DA6; }

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

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

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

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

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

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

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

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