#B008BF

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

Shades of Deep Magenta #B008BF

Tints of Deep Magenta #B008BF

Color information

#B008BF (or 0xB008BF) is unknown color: approx Deep Magenta. HEX triplet: B0, 08 and BF. RGB value is (176,8,191). Sum of RGB (Red+Green+Blue) = 176+8+191=375 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.93% from 375); Green value is 8 (3.52% from 255 or 2.13% from 375); Blue value is 191 (75% from 255 or 50.93% from 375); Max value from RGB is 191 - color contains mainly: blue. Hex color #B008BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B008BF is #4FF740. Grayscale: #4E4E4E. Windows color (decimal): -5240641 or 12519600. OLE color: 12519600.

HSL color Cylindrical-coordinate representation of color #B008BF: hue angle of 295.08º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B008BF is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1768191-
CMYK0.080.9600.25
HSL295.08º91.96%39.02%-
HSV(B)295.08º95.81%74.9%-
XYZ27.413.1750.39-
YUV79.09191.16197.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 46.93%
GREEN value IS 8 (3.52% from 255) = 2.13%
BLUE value IS 191 (75% from 255) = 50.93%
R=46.93%
G=2.13%
B=50.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal17681910.080.9600.25295.0891.9639.02
HexB08BF8600191275c27
Octal260102771014003144713447
Binary10110000100010111111100011000000110011001001111011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B008BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B008BF; }

 p { color: rgb(176,8,191); }

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

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

 a { background-color: rgb(176,8,191); }

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

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

 span { border-color: rgb(176,8,191); }

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