Html Css Color HEX #B911C0 Deep Magenta

📋 copy color: '#B911C0'

red 185 ◦ green 17 ◦ blue 192

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

Shades of Deep Magenta #B911C0

Tints of Deep Magenta #B911C0

RGB

 RED value IS 185 (72.66% from 255) = 46.95%

 GREEN value IS 17 (7.03% from 255) = 4.31%

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 46.95%
G = 4.31%
B = 48.73%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B911C0 (or 0xB911C0) is known color: Deep Magenta. HEX triplet: B9, 11 and C0. RGB value is (185,17,192). Sum of RGB (Red+Green+Blue) = 185+17+192=394 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.95% from 394); Green value is 17 (7.03% from 255 or 4.31% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #B911C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B911C0 is #46EE3F. Grayscale: #565656. Windows color (decimal): -4648512 or 12587449. OLE color: 12587449.

HSL color Cylindrical-coordinate representation of color #B911C0: hue angle of 297.6º degrees, saturation: 0.84, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B911C0 is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 17 192 -
CMYK 0.04 0.91 0 0.25
HSL 297.6º 0.84% 0.41% -
HSV(B) 297.6º 0.91% 0.75% -
XYZ 29.72 14.52 51.11 -
YUV 87.18 187.16 197.77 -
System Red Green Blue C M Y K H S L
Decimal 185 17 192 0.04 0.91 0 0.25 297.6 0.84 0.41
Hex B9 11 C0 4 5B 0 19 12A 54 29
Octal 271 21 300 4 133 0 31 452 124 51
Binary 10111001 10001 11000000 100 1011011 0 11001 100101010 1010100 101001

Color Harmonies of #B911C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B911C0

Black with #B911C0

Text Example


Text Example

White with #B911C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B911C0; }

 p { color: rgb(185,17,192); }

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

background-color css

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

 a { background-color: rgb(185,17,192); }

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

border-color css

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

 span { border-color: rgb(185,17,192); }

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