Html Css Color HEX #B311BB Deep Magenta

📋 copy color: '#B311BB'

red 179 ◦ green 17 ◦ blue 187

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

Shades of Deep Magenta #B311BB

Tints of Deep Magenta #B311BB

RGB

 RED value IS 179 (70.31% from 255) = 46.74%

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

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

R = 46.74%
G = 4.44%
B = 48.83%

CMYK

 C value IS 0.04

 M value IS 0.91

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#B311BB (or 0xB311BB) is known color: Deep Magenta. HEX triplet: B3, 11 and BB. RGB value is (179,17,187). Sum of RGB (Red+Green+Blue) = 179+17+187=383 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.74% from 383); Green value is 17 (7.03% from 255 or 4.44% 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 #B311BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B311BB is #4CEE44. Grayscale: #545454. Windows color (decimal): -5041733 or 12259763. OLE color: 12259763.

HSL color Cylindrical-coordinate representation of color #B311BB: hue angle of 297.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B311BB is Cyan = 0.04, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 179 17 187 -
CMYK 0.04 0.91 0 0.27
HSL 297.18º 0.83% 0.4% -
HSV(B) 297.18º 0.91% 0.73% -
XYZ 27.76 13.57 48.17 -
YUV 84.82 185.67 195.18 -
System Red Green Blue C M Y K H S L
Decimal 179 17 187 0.04 0.91 0 0.27 297.18 0.83 0.4
Hex B3 11 BB 4 5B 0 1B 129 53 28
Octal 263 21 273 4 133 0 33 451 123 50
Binary 10110011 10001 10111011 100 1011011 0 11011 100101001 1010011 101000

Color Harmonies of #B311BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B311BB

Black with #B311BB

Text Example


Text Example

White with #B311BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B311BB; }

 p { color: rgb(179,17,187); }

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

background-color css

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

 a { background-color: rgb(179,17,187); }

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

border-color css

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

 span { border-color: rgb(179,17,187); }

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