Html Css Color HEX #B1009D Dark Magenta

📋 copy color: '#B1009D'

red 177 ◦ green 0 ◦ blue 157

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

Shades of Dark Magenta #B1009D

Tints of Dark Magenta #B1009D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 47.01%

R = 52.99%
G = 0%
B = 47.01%

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

#B1009D (or 0xB1009D) is known color: Dark Magenta. HEX triplet: B1, 00 and 9D. RGB value is (177,0,157). Sum of RGB (Red+Green+Blue) = 177+0+157=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 157 (61.72% from 255 or 47.01% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1009D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1009D is #4EFF62. Grayscale: #464646. Windows color (decimal): -5177187 or 10289329. OLE color: 10289329.

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

Color convert

RGB 177 0 157 -
CMYK 0 1 0.11 0.31
HSL 306.78º 1% 0.35% -
HSV(B) 306.78º 1% 0.69% -
XYZ 24.22 11.78 32.9 -
YUV 70.82 176.64 203.73 -
System Red Green Blue C M Y K H S L
Decimal 177 0 157 0 1 0.11 0.31 306.78 1 0.35
Hex B1 0 9D 0 64 B 1F 133 64 23
Octal 261 0 235 0 144 13 37 463 144 43
Binary 10110001 0 10011101 0 1100100 1011 11111 100110011 1100100 100011

Color Harmonies of #B1009D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1009D

Black with #B1009D

Text Example


Text Example

White with #B1009D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1009D; }

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

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

background-color css

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

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

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

border-color css

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

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

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