Html Css Color HEX #BB1DBF Deep Magenta

📋 copy color: '#BB1DBF'

red 187 ◦ green 29 ◦ blue 191

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

Shades of Deep Magenta #BB1DBF

Tints of Deep Magenta #BB1DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.93%

R = 45.95%
G = 7.13%
B = 46.93%

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

#BB1DBF (or 0xBB1DBF) is known color: Deep Magenta. HEX triplet: BB, 1D and BF. RGB value is (187,29,191). Sum of RGB (Red+Green+Blue) = 187+29+191=407 (53% of max value = 765). Red value is 187 (73.44% from 255 or 45.95% from 407); Green value is 29 (11.72% from 255 or 7.13% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #BB1DBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DBF is #44E240. Grayscale: #5E5E5E. Windows color (decimal): -4514369 or 12524987. OLE color: 12524987.

HSL color Cylindrical-coordinate representation of color #BB1DBF: hue angle of 298.52º 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 #BB1DBF is Cyan = 0.02, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 187 29 191 -
CMYK 0.02 0.85 0 0.25
HSL 298.52º 0.74% 0.43% -
HSV(B) 298.52º 0.85% 0.75% -
XYZ 30.34 15.21 50.63 -
YUV 94.71 182.35 193.83 -
System Red Green Blue C M Y K H S L
Decimal 187 29 191 0.02 0.85 0 0.25 298.52 0.74 0.43
Hex BB 1D BF 2 55 0 19 12B 4A 2B
Octal 273 35 277 2 125 0 31 453 112 53
Binary 10111011 11101 10111111 10 1010101 0 11001 100101011 1001010 101011

Color Harmonies of #BB1DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DBF

Black with #BB1DBF

Text Example


Text Example

White with #BB1DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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