Html Css Color HEX #BB1DCB Deep Magenta

📋 copy color: '#BB1DCB'

red 187 ◦ green 29 ◦ blue 203

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

Shades of Deep Magenta #BB1DCB

Tints of Deep Magenta #BB1DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.45%

R = 44.63%
G = 6.92%
B = 48.45%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BB1DCB (or 0xBB1DCB) is known color: Deep Magenta. HEX triplet: BB, 1D and CB. RGB value is (187,29,203). Sum of RGB (Red+Green+Blue) = 187+29+203=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 203 (79.69% from 255 or 48.45% from 419); Max value from RGB is 203 - color contains mainly: blue. Hex color #BB1DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1DCB is #44E234. Grayscale: #5F5F5F. Windows color (decimal): -4514357 or 13311419. OLE color: 13311419.

HSL color Cylindrical-coordinate representation of color #BB1DCB: hue angle of 294.48º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1DCB is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 187 29 203 -
CMYK 0.08 0.86 0 0.20
HSL 294.48º 0.75% 0.45% -
HSV(B) 294.48º 0.86% 0.8% -
XYZ 31.71 15.76 57.87 -
YUV 96.08 188.35 192.85 -
System Red Green Blue C M Y K H S L
Decimal 187 29 203 0.08 0.86 0 0.20 294.48 0.75 0.45
Hex BB 1D CB 8 56 0 14 126 4B 2D
Octal 273 35 313 10 126 0 24 446 113 55
Binary 10111011 11101 11001011 1000 1010110 0 10100 100100110 1001011 101101

Color Harmonies of #BB1DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1DCB

Black with #BB1DCB

Text Example


Text Example

White with #BB1DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1DCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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