Html Css Color HEX #B109CF Deep Magenta

📋 copy color: '#B109CF'

red 177 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #B109CF

Tints of Deep Magenta #B109CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 52.67%

R = 45.04%
G = 2.29%
B = 52.67%

CMYK

 C value IS 0.14

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B109CF (or 0xB109CF) is known color: Deep Magenta. HEX triplet: B1, 09 and CF. RGB value is (177,9,207). Sum of RGB (Red+Green+Blue) = 177+9+207=393 (52% of max value = 765). Red value is 177 (69.53% from 255 or 45.04% from 393); Green value is 9 (3.91% from 255 or 2.29% from 393); Blue value is 207 (81.25% from 255 or 52.67% from 393); Max value from RGB is 207 - color contains mainly: blue. Hex color #B109CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B109CF is #4EF630. Grayscale: #515151. Windows color (decimal): -5174833 or 13568433. OLE color: 13568433.

HSL color Cylindrical-coordinate representation of color #B109CF: hue angle of 290.91º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B109CF is Cyan = 0.14, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 177 9 207 -
CMYK 0.14 0.96 0 0.19
HSL 290.91º 0.92% 0.42% -
HSV(B) 290.91º 0.96% 0.81% -
XYZ 29.49 14.05 60.19 -
YUV 81.8 198.66 195.9 -
System Red Green Blue C M Y K H S L
Decimal 177 9 207 0.14 0.96 0 0.19 290.91 0.92 0.42
Hex B1 9 CF E 60 0 13 123 5C 2A
Octal 261 11 317 16 140 0 23 443 134 52
Binary 10110001 1001 11001111 1110 1100000 0 10011 100100011 1011100 101010

Color Harmonies of #B109CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B109CF

Black with #B109CF

Text Example


Text Example

White with #B109CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B109CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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