Html Css Color HEX #B100AE Deep Magenta

📋 copy color: '#B100AE'

red 177 ◦ green 0 ◦ blue 174

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

Shades of Deep Magenta #B100AE

Tints of Deep Magenta #B100AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 49.57%

R = 50.43%
G = 0%
B = 49.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.31

RGB Variations

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

Color information

#B100AE (or 0xB100AE) is known color: Deep Magenta. HEX triplet: B1, 00 and AE. RGB value is (177,0,174). Sum of RGB (Red+Green+Blue) = 177+0+174=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 0 (0.39% from 255 or 0% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B100AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B100AE is #4EFF51. Grayscale: #484848. Windows color (decimal): -5177170 or 11403441. OLE color: 11403441.

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

Color convert

RGB 177 0 174 -
CMYK 0 1 0.02 0.31
HSL 301.02º 1% 0.35% -
HSV(B) 301.02º 1% 0.69% -
XYZ 25.77 12.4 41.08 -
YUV 72.76 185.14 202.35 -
System Red Green Blue C M Y K H S L
Decimal 177 0 174 0 1 0.02 0.31 301.02 1 0.35
Hex B1 0 AE 0 64 2 1F 12D 64 23
Octal 261 0 256 0 144 2 37 455 144 43
Binary 10110001 0 10101110 0 1100100 10 11111 100101101 1100100 100011

Color Harmonies of #B100AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B100AE

Black with #B100AE

Text Example


Text Example

White with #B100AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B100AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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