Html Css Color HEX #BB1ECD Deep Magenta

📋 copy color: '#BB1ECD'

red 187 ◦ green 30 ◦ blue 205

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

Shades of Deep Magenta #BB1ECD

Tints of Deep Magenta #BB1ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 48.58%

R = 44.31%
G = 7.11%
B = 48.58%

CMYK

 C value IS 0.09

 M value IS 0.85

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB1ECD (or 0xBB1ECD) is known color: Deep Magenta. HEX triplet: BB, 1E and CD. RGB value is (187,30,205). Sum of RGB (Red+Green+Blue) = 187+30+205=422 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.31% from 422); Green value is 30 (12.11% from 255 or 7.11% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #BB1ECD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1ECD is #44E132. Grayscale: #606060. Windows color (decimal): -4514099 or 13442747. OLE color: 13442747.

HSL color Cylindrical-coordinate representation of color #BB1ECD: hue angle of 293.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1ECD is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 30 205 -
CMYK 0.09 0.85 0 0.20
HSL 293.83º 0.74% 0.46% -
HSV(B) 293.83º 0.85% 0.8% -
XYZ 31.98 15.9 59.14 -
YUV 96.89 189.01 192.27 -
System Red Green Blue C M Y K H S L
Decimal 187 30 205 0.09 0.85 0 0.20 293.83 0.74 0.46
Hex BB 1E CD 9 55 0 14 126 4A 2E
Octal 273 36 315 11 125 0 24 446 112 56
Binary 10111011 11110 11001101 1001 1010101 0 10100 100100110 1001010 101110

Color Harmonies of #BB1ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1ECD

Black with #BB1ECD

Text Example


Text Example

White with #BB1ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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