#B00198

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

Shades of Dark Magenta #B00198

Tints of Dark Magenta #B00198

Color information

#B00198 (or 0xB00198) is unknown color: approx Dark Magenta. HEX triplet: B0, 01 and 98. RGB value is (176,1,152). Sum of RGB (Red+Green+Blue) = 176+1+152=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 1 (0.78% from 255 or 0.30% from 329); Blue value is 152 (59.77% from 255 or 46.20% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B00198 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00198 is #4FFE67. Grayscale: #464646. Windows color (decimal): -5242472 or 9961904. OLE color: 9961904.

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

Color convert

RGB1761152-
CMYK00.990.140.31
HSL308.23º98.87%34.71%-
HSV(B)308.23º99.43%69.02%-
XYZ23.5811.5230.69-
YUV70.54173.98203.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.50%
GREEN value IS 1 (0.78% from 255) = 0.30%
BLUE value IS 152 (59.77% from 255) = 46.20%
R=53.50%
G=0.30%
B=46.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176115200.990.140.31308.2398.8734.71
HexB0198063E1F1346323
Octal26012300143163746414343
Binary10110000110011000011000111110111111001101001100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00198; }

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

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

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

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

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

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

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

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