Html Css Color HEX #B109C9 Deep Magenta

📋 copy color: '#B109C9'

red 177 ◦ green 9 ◦ blue 201

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

Shades of Deep Magenta #B109C9

Tints of Deep Magenta #B109C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 51.94%

R = 45.74%
G = 2.33%
B = 51.94%

CMYK

 C value IS 0.12

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B109C9 (or 0xB109C9) is known color: Deep Magenta. HEX triplet: B1, 09 and C9. RGB value is (177,9,201). Sum of RGB (Red+Green+Blue) = 177+9+201=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 9 (3.91% from 255 or 2.33% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #B109C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109C9 is #4EF636. Grayscale: #505050. Windows color (decimal): -5174839 or 13175217. OLE color: 13175217.

HSL color Cylindrical-coordinate representation of color #B109C9: hue angle of 292.5º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109C9 is Cyan = 0.12, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 9 201 -
CMYK 0.12 0.96 0 0.21
HSL 292.5º 0.91% 0.41% -
HSV(B) 292.5º 0.96% 0.79% -
XYZ 28.77 13.76 56.4 -
YUV 81.12 195.66 196.39 -
System Red Green Blue C M Y K H S L
Decimal 177 9 201 0.12 0.96 0 0.21 292.5 0.91 0.41
Hex B1 9 C9 C 60 0 15 124 5B 29
Octal 261 11 311 14 140 0 25 444 133 51
Binary 10110001 1001 11001001 1100 1100000 0 10101 100100100 1011011 101001

Color Harmonies of #B109C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109C9

Black with #B109C9

Text Example


Text Example

White with #B109C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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