Html Css Color HEX #B011CC Deep Magenta

📋 copy color: '#B011CC'

red 176 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #B011CC

Tints of Deep Magenta #B011CC

RGB

 RED value IS 176 (69.14% from 255) = 44.33%

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

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

R = 44.33%
G = 4.28%
B = 51.39%

CMYK

 C value IS 0.14

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B011CC (or 0xB011CC) is known color: Deep Magenta. HEX triplet: B0, 11 and CC. RGB value is (176,17,204). Sum of RGB (Red+Green+Blue) = 176+17+204=397 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.33% from 397); Green value is 17 (7.03% from 255 or 4.28% 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 #B011CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011CC is #4FEE33. Grayscale: #555555. Windows color (decimal): -5238324 or 13373872. OLE color: 13373872.

HSL color Cylindrical-coordinate representation of color #B011CC: hue angle of 291.02º 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 #B011CC is Cyan = 0.14, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 176 17 204 -
CMYK 0.14 0.92 0 0.2
HSL 291.02º 0.85% 0.43% -
HSV(B) 291.02º 0.92% 0.8% -
XYZ 29 13.99 58.3 -
YUV 85.86 194.68 192.29 -
System Red Green Blue C M Y K H S L
Decimal 176 17 204 0.14 0.92 0 0.2 291.02 0.85 0.43
Hex B0 11 CC E 5C 0 14 123 55 2B
Octal 260 21 314 16 134 0 24 443 125 53
Binary 10110000 10001 11001100 1110 1011100 0 10100 100100011 1010101 101011

Color Harmonies of #B011CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011CC

Black with #B011CC

Text Example


Text Example

White with #B011CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011CC; }

 p { color: rgb(176,17,204); }

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

background-color css

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

 a { background-color: rgb(176,17,204); }

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

border-color css

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

 span { border-color: rgb(176,17,204); }

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