#B00FDD

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

Shades of Dark Violet #B00FDD

Tints of Dark Violet #B00FDD

Color information

#B00FDD (or 0xB00FDD) is unknown color: approx Dark Violet. HEX triplet: B0, 0F and DD. RGB value is (176,15,221). Sum of RGB (Red+Green+Blue) = 176+15+221=412 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.72% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #B00FDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B00FDD is #4FF022. Grayscale: #555555. Windows color (decimal): -5238819 or 14487472. OLE color: 14487472.

HSL color Cylindrical-coordinate representation of color #B00FDD: hue angle of 286.89º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00FDD is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17615221-
CMYK0.200.9300.13
HSL286.89º87.29%46.27%-
HSV(B)286.89º93.21%86.67%-
XYZ31.1314.7969.62-
YUV86.62203.84191.75-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 42.72%
GREEN value IS 15 (6.25% from 255) = 3.64%
BLUE value IS 221 (86.72% from 255) = 53.64%
R=42.72%
G=3.64%
B=53.64%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal176152210.200.9300.13286.8987.2946.27
HexB0FDD145D0D11f572e
Octal260173352413501543712756
Binary10110000111111011101101001011101011011000111111010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00FDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00FDD; }

 p { color: rgb(176,15,221); }

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

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

 a { background-color: rgb(176,15,221); }

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

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

 span { border-color: rgb(176,15,221); }

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