Html Css Color HEX #B116CB Deep Magenta

📋 copy color: '#B116CB'

red 177 ◦ green 22 ◦ blue 203

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

Shades of Deep Magenta #B116CB

Tints of Deep Magenta #B116CB

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.47%

 BLUE value IS 203 (79.69% from 255) = 50.5%

R = 44.03%
G = 5.47%
B = 50.5%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B116CB (or 0xB116CB) is known color: Deep Magenta. HEX triplet: B1, 16 and CB. RGB value is (177,22,203). Sum of RGB (Red+Green+Blue) = 177+22+203=402 (53% of max value = 765). Red value is 177 (69.53% from 255 or 44.03% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 203 (79.69% from 255 or 50.50% from 402); Max value from RGB is 203 - color contains mainly: blue. Hex color #B116CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B116CB is #4EE934. Grayscale: #585858. Windows color (decimal): -5171509 or 13309617. OLE color: 13309617.

HSL color Cylindrical-coordinate representation of color #B116CB: hue angle of 291.38º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B116CB is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 177 22 203 -
CMYK 0.13 0.89 0 0.20
HSL 291.38º 0.8% 0.44% -
HSV(B) 291.38º 0.89% 0.8% -
XYZ 29.2 14.23 57.71 -
YUV 88.98 192.35 190.78 -
System Red Green Blue C M Y K H S L
Decimal 177 22 203 0.13 0.89 0 0.20 291.38 0.8 0.44
Hex B1 16 CB D 59 0 14 123 50 2C
Octal 261 26 313 15 131 0 24 443 120 54
Binary 10110001 10110 11001011 1101 1011001 0 10100 100100011 1010000 101100

Color Harmonies of #B116CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B116CB

Black with #B116CB

Text Example


Text Example

White with #B116CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B116CB; }

 p { color: rgb(177,22,203); }

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

background-color css

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

 a { background-color: rgb(177,22,203); }

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

border-color css

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

 span { border-color: rgb(177,22,203); }

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