Html Css Color HEX #B113BB Deep Magenta

📋 copy color: '#B113BB'

red 177 ◦ green 19 ◦ blue 187

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

Shades of Deep Magenta #B113BB

Tints of Deep Magenta #B113BB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.96%

 BLUE value IS 187 (73.44% from 255) = 48.83%

R = 46.21%
G = 4.96%
B = 48.83%

CMYK

 C value IS 0.05

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B113BB (or 0xB113BB) is known color: Deep Magenta. HEX triplet: B1, 13 and BB. RGB value is (177,19,187). Sum of RGB (Red+Green+Blue) = 177+19+187=383 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.21% from 383); Green value is 19 (7.81% from 255 or 4.96% from 383); Blue value is 187 (73.44% from 255 or 48.83% from 383); Max value from RGB is 187 - color contains mainly: blue. Hex color #B113BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B113BB is #4EEC44. Grayscale: #545454. Windows color (decimal): -5172293 or 12260273. OLE color: 12260273.

HSL color Cylindrical-coordinate representation of color #B113BB: hue angle of 296.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B113BB is Cyan = 0.05, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 19 187 -
CMYK 0.05 0.90 0 0.27
HSL 296.43º 0.82% 0.4% -
HSV(B) 296.43º 0.9% 0.73% -
XYZ 27.33 13.4 48.16 -
YUV 85.39 185.35 193.34 -
System Red Green Blue C M Y K H S L
Decimal 177 19 187 0.05 0.90 0 0.27 296.43 0.82 0.4
Hex B1 13 BB 5 5A 0 1B 128 52 28
Octal 261 23 273 5 132 0 33 450 122 50
Binary 10110001 10011 10111011 101 1011010 0 11011 100101000 1010010 101000

Color Harmonies of #B113BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B113BB

Black with #B113BB

Text Example


Text Example

White with #B113BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B113BB; }

 p { color: rgb(177,19,187); }

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

background-color css

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

 a { background-color: rgb(177,19,187); }

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

border-color css

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

 span { border-color: rgb(177,19,187); }

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