#B003D3

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

Shades of Dark Violet #B003D3

Tints of Dark Violet #B003D3

Color information

#B003D3 (or 0xB003D3) is unknown color: approx Dark Violet. HEX triplet: B0, 03 and D3. RGB value is (176,3,211). Sum of RGB (Red+Green+Blue) = 176+3+211=390 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.13% from 390); Green value is 3 (1.56% from 255 or 0.77% from 390); Blue value is 211 (82.81% from 255 or 54.10% from 390); Max value from RGB is 211 - color contains mainly: blue. Hex color #B003D3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B003D3 is #4FFC2C. Grayscale: #4D4D4D. Windows color (decimal): -5241901 or 13829040. OLE color: 13829040.

HSL color Cylindrical-coordinate representation of color #B003D3: hue angle of 289.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B003D3 is Cyan = 0.17, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB1763211-
CMYK0.170.9900.17
HSL289.9º97.2%41.96%-
HSV(B)289.9º98.58%82.75%-
XYZ29.691462.76-
YUV78.44202.81197.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 45.13%
GREEN value IS 3 (1.56% from 255) = 0.77%
BLUE value IS 211 (82.81% from 255) = 54.10%
R=45.13%
G=0.77%
B=54.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal17632110.170.9900.17289.997.241.96
HexB03D31163011122612a
Octal26033232114302144214152
Binary1011000011110100111000111000110100011001000101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B003D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B003D3; }

 p { color: rgb(176,3,211); }

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

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

 a { background-color: rgb(176,3,211); }

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

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

 span { border-color: rgb(176,3,211); }

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