Html Css Color HEX #B110BD Deep Magenta

📋 copy color: '#B110BD'

red 177 ◦ green 16 ◦ blue 189

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

Shades of Deep Magenta #B110BD

Tints of Deep Magenta #B110BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.48%

R = 46.34%
G = 4.19%
B = 49.48%

CMYK

 C value IS 0.06

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B110BD (or 0xB110BD) is known color: Deep Magenta. HEX triplet: B1, 10 and BD. RGB value is (177,16,189). Sum of RGB (Red+Green+Blue) = 177+16+189=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 16 (6.64% from 255 or 4.19% from 382); Blue value is 189 (74.22% from 255 or 49.48% from 382); Max value from RGB is 189 - color contains mainly: blue. Hex color #B110BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110BD is #4EEF42. Grayscale: #535353. Windows color (decimal): -5173059 or 12390577. OLE color: 12390577.

HSL color Cylindrical-coordinate representation of color #B110BD: hue angle of 295.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B110BD is Cyan = 0.06, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 16 189 -
CMYK 0.06 0.92 0 0.26
HSL 295.84º 0.84% 0.4% -
HSV(B) 295.84º 0.92% 0.74% -
XYZ 27.5 13.39 49.28 -
YUV 83.86 187.34 194.43 -
System Red Green Blue C M Y K H S L
Decimal 177 16 189 0.06 0.92 0 0.26 295.84 0.84 0.4
Hex B1 10 BD 6 5C 0 1A 128 54 28
Octal 261 20 275 6 134 0 32 450 124 50
Binary 10110001 10000 10111101 110 1011100 0 11010 100101000 1010100 101000

Color Harmonies of #B110BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110BD

Black with #B110BD

Text Example


Text Example

White with #B110BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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