Html Css Color HEX #BB1EBE Deep Magenta

📋 copy color: '#BB1EBE'

red 187 ◦ green 30 ◦ blue 190

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

Shades of Deep Magenta #BB1EBE

Tints of Deep Magenta #BB1EBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46.68%

R = 45.95%
G = 7.37%
B = 46.68%

CMYK

 C value IS 0.02

 M value IS 0.84

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB1EBE (or 0xBB1EBE) is known color: Deep Magenta. HEX triplet: BB, 1E and BE. RGB value is (187,30,190). Sum of RGB (Red+Green+Blue) = 187+30+190=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 30 (12.11% from 255 or 7.37% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB1EBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EBE is #44E141. Grayscale: #5E5E5E. Windows color (decimal): -4514114 or 12459707. OLE color: 12459707.

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

Color convert

RGB 187 30 190 -
CMYK 0.02 0.84 0 0.25
HSL 298.88º 0.73% 0.43% -
HSV(B) 298.88º 0.84% 0.75% -
XYZ 30.25 15.21 50.06 -
YUV 95.18 181.51 193.49 -
System Red Green Blue C M Y K H S L
Decimal 187 30 190 0.02 0.84 0 0.25 298.88 0.73 0.43
Hex BB 1E BE 2 54 0 19 12B 49 2B
Octal 273 36 276 2 124 0 31 453 111 53
Binary 10111011 11110 10111110 10 1010100 0 11001 100101011 1001001 101011

Color Harmonies of #BB1EBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EBE

Black with #BB1EBE

Text Example


Text Example

White with #BB1EBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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