#B00098

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

Shades of Dark Magenta #B00098

Tints of Dark Magenta #B00098

Color information

#B00098 (or 0xB00098) is unknown color: approx Dark Magenta. HEX triplet: B0, 00 and 98. RGB value is (176,0,152). Sum of RGB (Red+Green+Blue) = 176+0+152=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B00098 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00098 is #4FFF67. Grayscale: #454545. Windows color (decimal): -5242728 or 9961648. OLE color: 9961648.

HSL color Cylindrical-coordinate representation of color #B00098: hue angle of 308.18º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B00098 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.31.

Color convert

RGB1760152-
CMYK010.140.31
HSL308.18º100%34.51%-
HSV(B)308.18º100%69.02%-
XYZ23.5711.530.68-
YUV69.95174.31203.64-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 152 (59.77% from 255) = 46.34%
R=53.66%
G=0%
B=46.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1760152010.140.31308.1810034.51
HexB0098064E1F1346423
Octal26002300144163746414443
Binary10110000010011000011001001110111111001101001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00098; }

 p { color: rgb(176,0,152); }

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

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

 a { background-color: rgb(176,0,152); }

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

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

 span { border-color: rgb(176,0,152); }

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