Html Css Color HEX #B109A4 Dark Magenta

📋 copy color: '#B109A4'

red 177 ◦ green 9 ◦ blue 164

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

Shades of Dark Magenta #B109A4

Tints of Dark Magenta #B109A4

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.57%

 BLUE value IS 164 (64.45% from 255) = 46.86%

R = 50.57%
G = 2.57%
B = 46.86%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B109A4 (or 0xB109A4) is known color: Dark Magenta. HEX triplet: B1, 09 and A4. RGB value is (177,9,164). Sum of RGB (Red+Green+Blue) = 177+9+164=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 9 (3.91% from 255 or 2.57% from 350); Blue value is 164 (64.45% from 255 or 46.86% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B109A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B109A4 is #4EF65B. Grayscale: #4C4C4C. Windows color (decimal): -5174876 or 10750385. OLE color: 10750385.

HSL color Cylindrical-coordinate representation of color #B109A4: hue angle of 304.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B109A4 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 9 164 -
CMYK 0 0.95 0.07 0.31
HSL 304.64º 0.9% 0.36% -
HSV(B) 304.64º 0.95% 0.69% -
XYZ 24.93 12.22 36.17 -
YUV 76.9 177.16 199.4 -
System Red Green Blue C M Y K H S L
Decimal 177 9 164 0 0.95 0.07 0.31 304.64 0.9 0.36
Hex B1 9 A4 0 5F 7 1F 131 5A 24
Octal 261 11 244 0 137 7 37 461 132 44
Binary 10110001 1001 10100100 0 1011111 111 11111 100110001 1011010 100100

Color Harmonies of #B109A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109A4

Black with #B109A4

Text Example


Text Example

White with #B109A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109A4; }

 p { color: rgb(177,9,164); }

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

background-color css

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

 a { background-color: rgb(177,9,164); }

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

border-color css

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

 span { border-color: rgb(177,9,164); }

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