Html Css Color HEX #BB1EBD Deep Magenta

📋 copy color: '#BB1EBD'

red 187 ◦ green 30 ◦ blue 189

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

Shades of Deep Magenta #BB1EBD

Tints of Deep Magenta #BB1EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 46.55%

R = 46.06%
G = 7.39%
B = 46.55%

CMYK

 C value IS 0.01

 M value IS 0.84

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#BB1EBD (or 0xBB1EBD) is known color: Deep Magenta. HEX triplet: BB, 1E and BD. RGB value is (187,30,189). Sum of RGB (Red+Green+Blue) = 187+30+189=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 30 (12.11% from 255 or 7.39% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 189 - color contains mainly: blue. Hex color #BB1EBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1EBD is #44E142. Grayscale: #5E5E5E. Windows color (decimal): -4514115 or 12394171. OLE color: 12394171.

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

Color convert

RGB 187 30 189 -
CMYK 0.01 0.84 0 0.26
HSL 299.25º 0.73% 0.43% -
HSV(B) 299.25º 0.84% 0.74% -
XYZ 30.14 15.17 49.48 -
YUV 95.07 181.01 193.57 -
System Red Green Blue C M Y K H S L
Decimal 187 30 189 0.01 0.84 0 0.26 299.25 0.73 0.43
Hex BB 1E BD 1 54 0 1A 12B 49 2B
Octal 273 36 275 1 124 0 32 453 111 53
Binary 10111011 11110 10111101 1 1010100 0 11010 100101011 1001001 101011

Color Harmonies of #BB1EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EBD

Black with #BB1EBD

Text Example


Text Example

White with #BB1EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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