Html Css Color HEX #B011CB Deep Magenta

📋 copy color: '#B011CB'

red 176 ◦ green 17 ◦ blue 203

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

Shades of Deep Magenta #B011CB

Tints of Deep Magenta #B011CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 51.26%

R = 44.44%
G = 4.29%
B = 51.26%

CMYK

 C value IS 0.13

 M value IS 0.92

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B011CB (or 0xB011CB) is known color: Deep Magenta. HEX triplet: B0, 11 and CB. RGB value is (176,17,203). Sum of RGB (Red+Green+Blue) = 176+17+203=396 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.44% from 396); Green value is 17 (7.03% from 255 or 4.29% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #B011CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B011CB is #4FEE34. Grayscale: #555555. Windows color (decimal): -5238325 or 13308336. OLE color: 13308336.

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

Color convert

RGB 176 17 203 -
CMYK 0.13 0.92 0 0.20
HSL 291.29º 0.85% 0.43% -
HSV(B) 291.29º 0.92% 0.8% -
XYZ 28.88 13.94 57.67 -
YUV 85.75 194.18 192.38 -
System Red Green Blue C M Y K H S L
Decimal 176 17 203 0.13 0.92 0 0.20 291.29 0.85 0.43
Hex B0 11 CB D 5C 0 14 123 55 2B
Octal 260 21 313 15 134 0 24 443 125 53
Binary 10110000 10001 11001011 1101 1011100 0 10100 100100011 1010101 101011

Color Harmonies of #B011CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B011CB

Black with #B011CB

Text Example


Text Example

White with #B011CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B011CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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