Html Css Color HEX #B1009E Dark Magenta

📋 copy color: '#B1009E'

red 177 ◦ green 0 ◦ blue 158

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

Shades of Dark Magenta #B1009E

Tints of Dark Magenta #B1009E

RGB

 RED value IS 177 (69.53% from 255) = 52.84%

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

 BLUE value IS 158 (62.11% from 255) = 47.16%

R = 52.84%
G = 0%
B = 47.16%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1009E (or 0xB1009E) is known color: Dark Magenta. HEX triplet: B1, 00 and 9E. RGB value is (177,0,158). Sum of RGB (Red+Green+Blue) = 177+0+158=335 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.84% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 158 (62.11% from 255 or 47.16% from 335); Max value from RGB is 177 - color contains mainly: red. Hex color #B1009E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1009E is #4EFF61. Grayscale: #464646. Windows color (decimal): -5177186 or 10354865. OLE color: 10354865.

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

Color convert

RGB 177 0 158 -
CMYK 0 1 0.11 0.31
HSL 306.44º 1% 0.35% -
HSV(B) 306.44º 1% 0.69% -
XYZ 24.3 11.82 33.35 -
YUV 70.94 177.14 203.65 -
System Red Green Blue C M Y K H S L
Decimal 177 0 158 0 1 0.11 0.31 306.44 1 0.35
Hex B1 0 9E 0 64 B 1F 132 64 23
Octal 261 0 236 0 144 13 37 462 144 43
Binary 10110001 0 10011110 0 1100100 1011 11111 100110010 1100100 100011

Color Harmonies of #B1009E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1009E

Black with #B1009E

Text Example


Text Example

White with #B1009E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1009E; }

 p { color: rgb(177,0,158); }

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

background-color css

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

 a { background-color: rgb(177,0,158); }

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

border-color css

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

 span { border-color: rgb(177,0,158); }

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