Html Css Color HEX #B811CC Deep Magenta

📋 copy color: '#B811CC'

red 184 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #B811CC

Tints of Deep Magenta #B811CC

RGB

 RED value IS 184 (72.27% from 255) = 45.43%

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

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

R = 45.43%
G = 4.2%
B = 50.37%

CMYK

 C value IS 0.10

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B811CC (or 0xB811CC) is known color: Deep Magenta. HEX triplet: B8, 11 and CC. RGB value is (184,17,204). Sum of RGB (Red+Green+Blue) = 184+17+204=405 (53% of max value = 765). Red value is 184 (72.27% from 255 or 45.43% from 405); Green value is 17 (7.03% from 255 or 4.20% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #B811CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B811CC is #47EE33. Grayscale: #575757. Windows color (decimal): -4714036 or 13373880. OLE color: 13373880.

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

Color convert

RGB 184 17 204 -
CMYK 0.10 0.92 0 0.2
HSL 293.58º 0.85% 0.43% -
HSV(B) 293.58º 0.92% 0.8% -
XYZ 30.87 14.95 58.39 -
YUV 88.25 193.33 196.29 -
System Red Green Blue C M Y K H S L
Decimal 184 17 204 0.10 0.92 0 0.2 293.58 0.85 0.43
Hex B8 11 CC A 5C 0 14 126 55 2B
Octal 270 21 314 12 134 0 24 446 125 53
Binary 10111000 10001 11001100 1010 1011100 0 10100 100100110 1010101 101011

Color Harmonies of #B811CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B811CC

Black with #B811CC

Text Example


Text Example

White with #B811CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B811CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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