Html Css Color HEX #BB1EC0 Deep Magenta

📋 copy color: '#BB1EC0'

red 187 ◦ green 30 ◦ blue 192

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

Shades of Deep Magenta #BB1EC0

Tints of Deep Magenta #BB1EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 46.94%

R = 45.72%
G = 7.33%
B = 46.94%

CMYK

 C value IS 0.03

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB1EC0 (or 0xBB1EC0) is known color: Deep Magenta. HEX triplet: BB, 1E and C0. RGB value is (187,30,192). Sum of RGB (Red+Green+Blue) = 187+30+192=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 30 (12.11% from 255 or 7.33% from 409); Blue value is 192 (75.39% from 255 or 46.94% from 409); Max value from RGB is 192 - color contains mainly: blue. Hex color #BB1EC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EC0 is #44E13F. Grayscale: #5E5E5E. Windows color (decimal): -4514112 or 12590779. OLE color: 12590779.

HSL color Cylindrical-coordinate representation of color #BB1EC0: hue angle of 298.15º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB1EC0 is Cyan = 0.03, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 30 192 -
CMYK 0.03 0.84 0 0.25
HSL 298.15º 0.73% 0.44% -
HSV(B) 298.15º 0.84% 0.75% -
XYZ 30.47 15.3 51.22 -
YUV 95.41 182.51 193.33 -
System Red Green Blue C M Y K H S L
Decimal 187 30 192 0.03 0.84 0 0.25 298.15 0.73 0.44
Hex BB 1E C0 3 54 0 19 12A 49 2C
Octal 273 36 300 3 124 0 31 452 111 54
Binary 10111011 11110 11000000 11 1010100 0 11001 100101010 1001001 101100

Color Harmonies of #BB1EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EC0

Black with #BB1EC0

Text Example


Text Example

White with #BB1EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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