Html Css Color HEX #BB1DC1 Deep Magenta

📋 copy color: '#BB1DC1'

red 187 ◦ green 29 ◦ blue 193

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

Shades of Deep Magenta #BB1DC1

Tints of Deep Magenta #BB1DC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 47.19%

R = 45.72%
G = 7.09%
B = 47.19%

CMYK

 C value IS 0.03

 M value IS 0.85

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BB1DC1 (or 0xBB1DC1) is known color: Deep Magenta. HEX triplet: BB, 1D and C1. RGB value is (187,29,193). Sum of RGB (Red+Green+Blue) = 187+29+193=409 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.72% from 409); Green value is 29 (11.72% from 255 or 7.09% from 409); Blue value is 193 (75.78% from 255 or 47.19% from 409); Max value from RGB is 193 - color contains mainly: blue. Hex color #BB1DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DC1 is #44E23E. Grayscale: #5E5E5E. Windows color (decimal): -4514367 or 12656059. OLE color: 12656059.

HSL color Cylindrical-coordinate representation of color #BB1DC1: hue angle of 297.8º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BB1DC1 is Cyan = 0.03, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 187 29 193 -
CMYK 0.03 0.85 0 0.24
HSL 297.8º 0.74% 0.44% -
HSV(B) 297.8º 0.85% 0.76% -
XYZ 30.56 15.29 51.79 -
YUV 94.94 183.35 193.66 -
System Red Green Blue C M Y K H S L
Decimal 187 29 193 0.03 0.85 0 0.24 297.8 0.74 0.44
Hex BB 1D C1 3 55 0 18 12A 4A 2C
Octal 273 35 301 3 125 0 30 452 112 54
Binary 10111011 11101 11000001 11 1010101 0 11000 100101010 1001010 101100

Color Harmonies of #BB1DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DC1

Black with #BB1DC1

Text Example


Text Example

White with #BB1DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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