#B006BD

Color #B006BD Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B006BD

Tints of Deep Magenta #B006BD

Color information

#B006BD (or 0xB006BD) is unknown color: approx Deep Magenta. HEX triplet: B0, 06 and BD. RGB value is (176,6,189). Sum of RGB (Red+Green+Blue) = 176+6+189=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 6 (2.73% from 255 or 1.62% from 371); Blue value is 189 (74.22% from 255 or 50.94% from 371); Max value from RGB is 189 - color contains mainly: blue. Hex color #B006BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B006BD is #4FF942. Grayscale: #4D4D4D. Windows color (decimal): -5241155 or 12388016. OLE color: 12388016.

HSL color Cylindrical-coordinate representation of color #B006BD: hue angle of 295.74º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B006BD is Cyan = 0.07, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1766189-
CMYK0.070.9700.26
HSL295.74º93.85%38.24%-
HSV(B)295.74º96.83%74.12%-
XYZ27.1513.0349.23-
YUV77.69190.82198.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.44%
GREEN value IS 6 (2.73% from 255) = 1.62%
BLUE value IS 189 (74.22% from 255) = 50.94%
R=47.44%
G=1.62%
B=50.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal17661890.070.9700.26295.7493.8538.24
HexB06BD76101A1285e26
Octal2606275714103245013646
Binary101100001101011110111111000010110101001010001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B006BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B006BD; }

 p { color: rgb(176,6,189); }

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

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

 a { background-color: rgb(176,6,189); }

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

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

 span { border-color: rgb(176,6,189); }

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