Html Css Color HEX #B109BD Deep Magenta

📋 copy color: '#B109BD'

red 177 ◦ green 9 ◦ blue 189

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

Shades of Deep Magenta #B109BD

Tints of Deep Magenta #B109BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 50.4%

R = 47.2%
G = 2.4%
B = 50.4%

CMYK

 C value IS 0.06

 M value IS 0.95

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B109BD (or 0xB109BD) is known color: Deep Magenta. HEX triplet: B1, 09 and BD. RGB value is (177,9,189). Sum of RGB (Red+Green+Blue) = 177+9+189=375 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.2% from 375); Green value is 9 (3.91% from 255 or 2.4% from 375); Blue value is 189 (74.22% from 255 or 50.4% from 375); Max value from RGB is 189 - color contains mainly: blue. Hex color #B109BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109BD is #4EF642. Grayscale: #4F4F4F. Windows color (decimal): -5174851 or 12388785. OLE color: 12388785.

HSL color Cylindrical-coordinate representation of color #B109BD: hue angle of 296º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B109BD is Cyan = 0.06, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 9 189 -
CMYK 0.06 0.95 0 0.26
HSL 296º 0.91% 0.39% -
HSV(B) 296º 0.95% 0.74% -
XYZ 27.41 13.22 49.25 -
YUV 79.75 189.66 197.36 -
System Red Green Blue C M Y K H S L
Decimal 177 9 189 0.06 0.95 0 0.26 296 0.91 0.39
Hex B1 9 BD 6 5F 0 1A 128 5B 27
Octal 261 11 275 6 137 0 32 450 133 47
Binary 10110001 1001 10111101 110 1011111 0 11010 100101000 1011011 100111

Color Harmonies of #B109BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109BD

Black with #B109BD

Text Example


Text Example

White with #B109BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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