Html Css Color HEX #B110CC Deep Magenta

📋 copy color: '#B110CC'

red 177 ◦ green 16 ◦ blue 204

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

Shades of Deep Magenta #B110CC

Tints of Deep Magenta #B110CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.39%

R = 44.58%
G = 4.03%
B = 51.39%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B110CC (or 0xB110CC) is known color: Deep Magenta. HEX triplet: B1, 10 and CC. RGB value is (177,16,204). Sum of RGB (Red+Green+Blue) = 177+16+204=397 (52% of max value = 765). Red value is 177 (69.53% from 255 or 44.58% from 397); Green value is 16 (6.64% from 255 or 4.03% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #B110CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B110CC is #4EEF33. Grayscale: #545454. Windows color (decimal): -5173044 or 13373617. OLE color: 13373617.

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

Color convert

RGB 177 16 204 -
CMYK 0.13 0.92 0 0.2
HSL 291.38º 0.85% 0.43% -
HSV(B) 291.38º 0.92% 0.8% -
XYZ 29.22 14.08 58.3 -
YUV 85.57 194.84 193.21 -
System Red Green Blue C M Y K H S L
Decimal 177 16 204 0.13 0.92 0 0.2 291.38 0.85 0.43
Hex B1 10 CC D 5C 0 14 123 55 2B
Octal 261 20 314 15 134 0 24 443 125 53
Binary 10110001 10000 11001100 1101 1011100 0 10100 100100011 1010101 101011

Color Harmonies of #B110CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B110CC

Black with #B110CC

Text Example


Text Example

White with #B110CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B110CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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