Html Css Color HEX #BB14DE Deep Magenta

📋 copy color: '#BB14DE'

red 187 ◦ green 20 ◦ blue 222

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

Shades of Deep Magenta #BB14DE

Tints of Deep Magenta #BB14DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 51.75%

R = 43.59%
G = 4.66%
B = 51.75%

CMYK

 C value IS 0.16

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB14DE (or 0xBB14DE) is known color: Deep Magenta. HEX triplet: BB, 14 and DE. RGB value is (187,20,222). Sum of RGB (Red+Green+Blue) = 187+20+222=429 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.59% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 222 (87.11% from 255 or 51.75% from 429); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB14DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB14DE is #44EB21. Grayscale: #5C5C5C. Windows color (decimal): -4516642 or 14554299. OLE color: 14554299.

HSL color Cylindrical-coordinate representation of color #BB14DE: hue angle of 289.6º 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 #BB14DE is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 20 222 -
CMYK 0.16 0.91 0 0.13
HSL 289.6º 0.83% 0.47% -
HSV(B) 289.6º 0.91% 0.87% -
XYZ 33.93 16.34 70.47 -
YUV 92.96 200.83 195.07 -
System Red Green Blue C M Y K H S L
Decimal 187 20 222 0.16 0.91 0 0.13 289.6 0.83 0.47
Hex BB 14 DE 10 5B 0 D 122 53 2F
Octal 273 24 336 20 133 0 15 442 123 57
Binary 10111011 10100 11011110 10000 1011011 0 1101 100100010 1010011 101111

Color Harmonies of #BB14DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB14DE

Black with #BB14DE

Text Example


Text Example

White with #BB14DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB14DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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