Html Css Color HEX #B1039E Dark Magenta

📋 copy color: '#B1039E'

red 177 ◦ green 3 ◦ blue 158

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

Shades of Dark Magenta #B1039E

Tints of Dark Magenta #B1039E

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.89%

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

R = 52.37%
G = 0.89%
B = 46.75%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1039E (or 0xB1039E) is known color: Dark Magenta. HEX triplet: B1, 03 and 9E. RGB value is (177,3,158). Sum of RGB (Red+Green+Blue) = 177+3+158=338 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.37% from 338); Green value is 3 (1.56% from 255 or 0.89% from 338); Blue value is 158 (62.11% from 255 or 46.75% from 338); Max value from RGB is 177 - color contains mainly: red. Hex color #B1039E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1039E is #4EFC61. Grayscale: #484848. Windows color (decimal): -5176418 or 10355633. OLE color: 10355633.

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

Color convert

RGB 177 3 158 -
CMYK 0 0.98 0.11 0.31
HSL 306.55º 0.97% 0.35% -
HSV(B) 306.55º 0.98% 0.69% -
XYZ 24.34 11.88 33.36 -
YUV 72.7 176.15 202.4 -
System Red Green Blue C M Y K H S L
Decimal 177 3 158 0 0.98 0.11 0.31 306.55 0.97 0.35
Hex B1 3 9E 0 62 B 1F 133 61 23
Octal 261 3 236 0 142 13 37 463 141 43
Binary 10110001 11 10011110 0 1100010 1011 11111 100110011 1100001 100011

Color Harmonies of #B1039E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1039E

Black with #B1039E

Text Example


Text Example

White with #B1039E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1039E; }

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

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

background-color css

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

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

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

border-color css

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

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

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