Html Css Color HEX #B00099 Dark Magenta

📋 copy color: '#B00099'

red 176 ◦ green 0 ◦ blue 153

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

Shades of Dark Magenta #B00099

Tints of Dark Magenta #B00099

RGB

 RED value IS 176 (69.14% from 255) = 53.5%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 153 (60.16% from 255) = 46.5%

R = 53.5%
G = 0%
B = 46.5%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B00099 (or 0xB00099) is known color: Dark Magenta. HEX triplet: B0, 00 and 99. RGB value is (176,0,153). Sum of RGB (Red+Green+Blue) = 176+0+153=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 153 (60.16% from 255 or 46.50% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B00099 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00099 is #4FFF66. Grayscale: #454545. Windows color (decimal): -5242727 or 10027184. OLE color: 10027184.

HSL color Cylindrical-coordinate representation of color #B00099: hue angle of 307.84º 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 #B00099 is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 0 153 -
CMYK 0 1 0.13 0.31
HSL 307.84º 1% 0.35% -
HSV(B) 307.84º 1% 0.69% -
XYZ 23.65 11.53 31.12 -
YUV 70.07 174.81 203.56 -
System Red Green Blue C M Y K H S L
Decimal 176 0 153 0 1 0.13 0.31 307.84 1 0.35
Hex B0 0 99 0 64 D 1F 134 64 23
Octal 260 0 231 0 144 15 37 464 144 43
Binary 10110000 0 10011001 0 1100100 1101 11111 100110100 1100100 100011

Color Harmonies of #B00099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00099

Black with #B00099

Text Example


Text Example

White with #B00099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00099; }

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

 H1.HeaderClassName
 {
   color: #B00099;
 }
 .AnyTagClassName
 {
   color: #B00099;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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