Html Css Color HEX #BB1DDF Deep Magenta

📋 copy color: '#BB1DDF'

red 187 ◦ green 29 ◦ blue 223

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

Shades of Deep Magenta #BB1DDF

Tints of Deep Magenta #BB1DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.8%

R = 42.6%
G = 6.61%
B = 50.8%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB1DDF (or 0xBB1DDF) is known color: Deep Magenta. HEX triplet: BB, 1D and DF. RGB value is (187,29,223). Sum of RGB (Red+Green+Blue) = 187+29+223=439 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.60% from 439); Green value is 29 (11.72% from 255 or 6.61% from 439); Blue value is 223 (87.5% from 255 or 50.80% from 439); Max value from RGB is 223 - color contains mainly: blue. Hex color #BB1DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DDF is #44E220. Grayscale: #616161. Windows color (decimal): -4514337 or 14622139. OLE color: 14622139.

HSL color Cylindrical-coordinate representation of color #BB1DDF: hue angle of 288.87º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1DDF is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 29 223 -
CMYK 0.16 0.87 0 0.13
HSL 288.87º 0.77% 0.49% -
HSV(B) 288.87º 0.87% 0.87% -
XYZ 34.25 16.77 71.24 -
YUV 98.36 198.35 191.23 -
System Red Green Blue C M Y K H S L
Decimal 187 29 223 0.16 0.87 0 0.13 288.87 0.77 0.49
Hex BB 1D DF 10 57 0 D 121 4D 31
Octal 273 35 337 20 127 0 15 441 115 61
Binary 10111011 11101 11011111 10000 1010111 0 1101 100100001 1001101 110001

Color Harmonies of #BB1DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DDF

Black with #BB1DDF

Text Example


Text Example

White with #BB1DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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