Html Css Color HEX #B411CC Deep Magenta

📋 copy color: '#B411CC'

red 180 ◦ green 17 ◦ blue 204

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

Shades of Deep Magenta #B411CC

Tints of Deep Magenta #B411CC

RGB

 RED value IS 180 (70.7% from 255) = 44.89%

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

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

R = 44.89%
G = 4.24%
B = 50.87%

CMYK

 C value IS 0.12

 M value IS 0.92

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B411CC (or 0xB411CC) is known color: Deep Magenta. HEX triplet: B4, 11 and CC. RGB value is (180,17,204). Sum of RGB (Red+Green+Blue) = 180+17+204=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 17 (7.03% from 255 or 4.24% from 401); Blue value is 204 (80.08% from 255 or 50.87% from 401); Max value from RGB is 204 - color contains mainly: blue. Hex color #B411CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B411CC is #4BEE33. Grayscale: #565656. Windows color (decimal): -4976180 or 13373876. OLE color: 13373876.

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

Color convert

RGB 180 17 204 -
CMYK 0.12 0.92 0 0.2
HSL 292.3º 0.85% 0.43% -
HSV(B) 292.3º 0.92% 0.8% -
XYZ 29.92 14.46 58.34 -
YUV 87.06 194 194.29 -
System Red Green Blue C M Y K H S L
Decimal 180 17 204 0.12 0.92 0 0.2 292.3 0.85 0.43
Hex B4 11 CC C 5C 0 14 124 55 2B
Octal 264 21 314 14 134 0 24 444 125 53
Binary 10110100 10001 11001100 1100 1011100 0 10100 100100100 1010101 101011

Color Harmonies of #B411CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B411CC

Black with #B411CC

Text Example


Text Example

White with #B411CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B411CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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