Html Css Color HEX #B110B0 Deep Magenta

📋 copy color: '#B110B0'

red 177 ◦ green 16 ◦ blue 176

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

Shades of Deep Magenta #B110B0

Tints of Deep Magenta #B110B0

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.34%

 BLUE value IS 176 (69.14% from 255) = 47.7%

R = 47.97%
G = 4.34%
B = 47.7%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.01

 K value IS 0.31

RGB Variations

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

Color information

#B110B0 (or 0xB110B0) is known color: Deep Magenta. HEX triplet: B1, 10 and B0. RGB value is (177,16,176). Sum of RGB (Red+Green+Blue) = 177+16+176=369 (48% of max value = 765). Red value is 177 (69.53% from 255 or 47.97% from 369); Green value is 16 (6.64% from 255 or 4.34% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 177 - color contains mainly: red. Hex color #B110B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B110B0 is #4EEF4F. Grayscale: #515151. Windows color (decimal): -5173072 or 11538609. OLE color: 11538609.

HSL color Cylindrical-coordinate representation of color #B110B0: hue angle of 300.37º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B110B0 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 16 176 -
CMYK 0 0.91 0.01 0.31
HSL 300.37º 0.83% 0.38% -
HSV(B) 300.37º 0.91% 0.69% -
XYZ 26.15 12.85 42.18 -
YUV 82.38 180.84 195.49 -
System Red Green Blue C M Y K H S L
Decimal 177 16 176 0 0.91 0.01 0.31 300.37 0.83 0.38
Hex B1 10 B0 0 5B 1 1F 12C 53 26
Octal 261 20 260 0 133 1 37 454 123 46
Binary 10110001 10000 10110000 0 1011011 1 11111 100101100 1010011 100110

Color Harmonies of #B110B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110B0

Black with #B110B0

Text Example


Text Example

White with #B110B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110B0; }

 p { color: rgb(177,16,176); }

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

background-color css

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

 a { background-color: rgb(177,16,176); }

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

border-color css

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

 span { border-color: rgb(177,16,176); }

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