Html Css Color HEX #BB13DB Deep Magenta

📋 copy color: '#BB13DB'

red 187 ◦ green 19 ◦ blue 219

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

Shades of Deep Magenta #BB13DB

Tints of Deep Magenta #BB13DB

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.47%

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

R = 44%
G = 4.47%
B = 51.53%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BB13DB (or 0xBB13DB) is known color: Deep Magenta. HEX triplet: BB, 13 and DB. RGB value is (187,19,219). Sum of RGB (Red+Green+Blue) = 187+19+219=425 (56% of max value = 765). Red value is 187 (73.44% from 255 or 44% from 425); Green value is 19 (7.81% from 255 or 4.47% from 425); Blue value is 219 (85.94% from 255 or 51.53% from 425); Max value from RGB is 219 - color contains mainly: blue. Hex color #BB13DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB13DB is #44EC24. Grayscale: #5B5B5B. Windows color (decimal): -4516901 or 14357435. OLE color: 14357435.

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

Color convert

RGB 187 19 219 -
CMYK 0.15 0.91 0 0.14
HSL 290.4º 0.84% 0.47% -
HSV(B) 290.4º 0.91% 0.86% -
XYZ 33.51 16.15 68.37 -
YUV 92.03 199.66 195.74 -
System Red Green Blue C M Y K H S L
Decimal 187 19 219 0.15 0.91 0 0.14 290.4 0.84 0.47
Hex BB 13 DB F 5B 0 E 122 54 2F
Octal 273 23 333 17 133 0 16 442 124 57
Binary 10111011 10011 11011011 1111 1011011 0 1110 100100010 1010100 101111

Color Harmonies of #BB13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB13DB

Black with #BB13DB

Text Example


Text Example

White with #BB13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB13DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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