Html Css Color HEX #BB1EDC Deep Magenta

📋 copy color: '#BB1EDC'

red 187 ◦ green 30 ◦ blue 220

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

Shades of Deep Magenta #BB1EDC

Tints of Deep Magenta #BB1EDC

RGB

 RED value IS 187 (73.44% from 255) = 42.79%

 GREEN value IS 30 (12.11% from 255) = 6.86%

 BLUE value IS 220 (86.33% from 255) = 50.34%

R = 42.79%
G = 6.86%
B = 50.34%

CMYK

 C value IS 0.15

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB1EDC (or 0xBB1EDC) is known color: Deep Magenta. HEX triplet: BB, 1E and DC. RGB value is (187,30,220). Sum of RGB (Red+Green+Blue) = 187+30+220=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 30 (12.11% from 255 or 6.86% from 437); Blue value is 220 (86.33% from 255 or 50.34% from 437); Max value from RGB is 220 - color contains mainly: blue. Hex color #BB1EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EDC is #44E123. Grayscale: #626262. Windows color (decimal): -4514084 or 14425787. OLE color: 14425787.

HSL color Cylindrical-coordinate representation of color #BB1EDC: hue angle of 289.58º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1EDC is Cyan = 0.15, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 30 220 -
CMYK 0.15 0.86 0 0.14
HSL 289.58º 0.76% 0.49% -
HSV(B) 289.58º 0.86% 0.86% -
XYZ 33.88 16.66 69.14 -
YUV 98.6 196.51 191.05 -
System Red Green Blue C M Y K H S L
Decimal 187 30 220 0.15 0.86 0 0.14 289.58 0.76 0.49
Hex BB 1E DC F 56 0 E 122 4C 31
Octal 273 36 334 17 126 0 16 442 114 61
Binary 10111011 11110 11011100 1111 1010110 0 1110 100100010 1001100 110001

Color Harmonies of #BB1EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EDC

Black with #BB1EDC

Text Example


Text Example

White with #BB1EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EDC; }

 p { color: rgb(187,30,220); }

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

background-color css

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

 a { background-color: rgb(187,30,220); }

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

border-color css

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

 span { border-color: rgb(187,30,220); }

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