Html Css Color HEX #BB14DD Deep Magenta

📋 copy color: '#BB14DD'

red 187 ◦ green 20 ◦ blue 221

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

Shades of Deep Magenta #BB14DD

Tints of Deep Magenta #BB14DD

RGB

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

 GREEN value IS 20 (8.2% from 255) = 4.67%

 BLUE value IS 221 (86.72% from 255) = 51.64%

R = 43.69%
G = 4.67%
B = 51.64%

CMYK

 C value IS 0.15

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB14DD (or 0xBB14DD) is known color: Deep Magenta. HEX triplet: BB, 14 and DD. RGB value is (187,20,221). Sum of RGB (Red+Green+Blue) = 187+20+221=428 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.69% from 428); Green value is 20 (8.20% from 255 or 4.67% from 428); Blue value is 221 (86.72% from 255 or 51.64% from 428); Max value from RGB is 221 - color contains mainly: blue. Hex color #BB14DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14DD is #44EB22. Grayscale: #5C5C5C. Windows color (decimal): -4516643 or 14488763. OLE color: 14488763.

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

Color convert

RGB 187 20 221 -
CMYK 0.15 0.91 0 0.13
HSL 289.85º 0.83% 0.47% -
HSV(B) 289.85º 0.91% 0.87% -
XYZ 33.79 16.29 69.77 -
YUV 92.85 200.33 195.16 -
System Red Green Blue C M Y K H S L
Decimal 187 20 221 0.15 0.91 0 0.13 289.85 0.83 0.47
Hex BB 14 DD F 5B 0 D 122 53 2F
Octal 273 24 335 17 133 0 15 442 123 57
Binary 10111011 10100 11011101 1111 1011011 0 1101 100100010 1010011 101111

Color Harmonies of #BB14DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14DD

Black with #BB14DD

Text Example


Text Example

White with #BB14DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14DD; }

 p { color: rgb(187,20,221); }

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

background-color css

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

 a { background-color: rgb(187,20,221); }

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

border-color css

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

 span { border-color: rgb(187,20,221); }

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