Html Css Color HEX #BB1EBB Deep Magenta

📋 copy color: '#BB1EBB'

red 187 ◦ green 30 ◦ blue 187

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

Shades of Deep Magenta #BB1EBB

Tints of Deep Magenta #BB1EBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 46.29%

R = 46.29%
G = 7.43%
B = 46.29%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB1EBB (or 0xBB1EBB) is known color: Deep Magenta. HEX triplet: BB, 1E and BB. RGB value is (187,30,187). Sum of RGB (Red+Green+Blue) = 187+30+187=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 30 (12.11% from 255 or 7.43% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB1EBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EBB is #44E144. Grayscale: #5E5E5E. Windows color (decimal): -4514117 or 12263099. OLE color: 12263099.

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

Color convert

RGB 187 30 187 -
CMYK 0 0.84 0 0.27
HSL 300º 0.72% 0.43% -
HSV(B) 300º 0.84% 0.73% -
XYZ 29.93 15.08 48.35 -
YUV 94.84 180.01 193.73 -
System Red Green Blue C M Y K H S L
Decimal 187 30 187 0 0.84 0 0.27 300 0.72 0.43
Hex BB 1E BB 0 54 0 1B 12C 48 2B
Octal 273 36 273 0 124 0 33 454 110 53
Binary 10111011 11110 10111011 0 1010100 0 11011 100101100 1001000 101011

Color Harmonies of #BB1EBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EBB

Black with #BB1EBB

Text Example


Text Example

White with #BB1EBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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