Html Css Color HEX #BB1DBE Deep Magenta

📋 copy color: '#BB1DBE'

red 187 ◦ green 29 ◦ blue 190

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

Shades of Deep Magenta #BB1DBE

Tints of Deep Magenta #BB1DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.14%

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

R = 46.06%
G = 7.14%
B = 46.8%

CMYK

 C value IS 0.02

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BB1DBE (or 0xBB1DBE) is known color: Deep Magenta. HEX triplet: BB, 1D and BE. RGB value is (187,29,190). Sum of RGB (Red+Green+Blue) = 187+29+190=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 29 (11.72% from 255 or 7.14% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #BB1DBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DBE is #44E241. Grayscale: #5E5E5E. Windows color (decimal): -4514370 or 12459451. OLE color: 12459451.

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

Color convert

RGB 187 29 190 -
CMYK 0.02 0.85 0 0.25
HSL 298.88º 0.74% 0.43% -
HSV(B) 298.88º 0.85% 0.75% -
XYZ 30.23 15.16 50.05 -
YUV 94.6 181.85 193.91 -
System Red Green Blue C M Y K H S L
Decimal 187 29 190 0.02 0.85 0 0.25 298.88 0.74 0.43
Hex BB 1D BE 2 55 0 19 12B 4A 2B
Octal 273 35 276 2 125 0 31 453 112 53
Binary 10111011 11101 10111110 10 1010101 0 11001 100101011 1001010 101011

Color Harmonies of #BB1DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DBE

Black with #BB1DBE

Text Example


Text Example

White with #BB1DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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