Html Css Color HEX #BB1CDB Deep Magenta

📋 copy color: '#BB1CDB'

red 187 ◦ green 28 ◦ blue 219

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

Shades of Deep Magenta #BB1CDB

Tints of Deep Magenta #BB1CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.45%

 BLUE value IS 219 (85.94% from 255) = 50.46%

R = 43.09%
G = 6.45%
B = 50.46%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB1CDB (or 0xBB1CDB) is known color: Deep Magenta. HEX triplet: BB, 1C and DB. RGB value is (187,28,219). Sum of RGB (Red+Green+Blue) = 187+28+219=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 28 (11.33% from 255 or 6.45% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB1CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CDB is #44E324. Grayscale: #606060. Windows color (decimal): -4514597 or 14359739. OLE color: 14359739.

HSL color Cylindrical-coordinate representation of color #BB1CDB: hue angle of 289.95º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1CDB is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 187 28 219 -
CMYK 0.15 0.87 0 0.14
HSL 289.95º 0.77% 0.48% -
HSV(B) 289.95º 0.87% 0.86% -
XYZ 33.69 16.51 68.43 -
YUV 97.32 196.68 191.97 -
System Red Green Blue C M Y K H S L
Decimal 187 28 219 0.15 0.87 0 0.14 289.95 0.77 0.48
Hex BB 1C DB F 57 0 E 122 4D 30
Octal 273 34 333 17 127 0 16 442 115 60
Binary 10111011 11100 11011011 1111 1010111 0 1110 100100010 1001101 110000

Color Harmonies of #BB1CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1CDB

Black with #BB1CDB

Text Example


Text Example

White with #BB1CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1CDB; }

 p { color: rgb(187,28,219); }

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

background-color css

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

 a { background-color: rgb(187,28,219); }

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

border-color css

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

 span { border-color: rgb(187,28,219); }

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