Html Css Color HEX #B00098 Dark Magenta

📋 copy color: '#B00098'

red 176 ◦ green 0 ◦ blue 152

#B00098
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #B00098

Tints of Dark Magenta #B00098

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 value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.31

RGB Variations

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

Color information

#B00098 (or 0xB00098) is known color: 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

RGB 176 0 152 -
CMYK 0 1 0.14 0.31
HSL 308.18º 1% 0.35% -
HSV(B) 308.18º 1% 0.69% -
XYZ 23.57 11.5 30.68 -
YUV 69.95 174.31 203.64 -
System Red Green Blue C M Y K H S L
Decimal 176 0 152 0 1 0.14 0.31 308.18 1 0.35
Hex B0 0 98 0 64 E 1F 134 64 23
Octal 260 0 230 0 144 16 37 464 144 43
Binary 10110000 0 10011000 0 1100100 1110 11111 100110100 1100100 100011

Color Harmonies of #B00098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00098

Black with #B00098

Text Example


Text Example

White with #B00098

Text Example


Text Example

HTML Codes & Css Web 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>