Html Css Color HEX #BB1CDE Deep Magenta

📋 copy color: '#BB1CDE'

red 187 ◦ green 28 ◦ blue 222

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

Shades of Deep Magenta #BB1CDE

Tints of Deep Magenta #BB1CDE

RGB

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

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

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

R = 42.79%
G = 6.41%
B = 50.8%

CMYK

 C value IS 0.16

 M value IS 0.87

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB1CDE (or 0xBB1CDE) is known color: Deep Magenta. HEX triplet: BB, 1C and DE. RGB value is (187,28,222). Sum of RGB (Red+Green+Blue) = 187+28+222=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 28 (11.33% from 255 or 6.41% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB1CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CDE is #44E321. Grayscale: #616161. Windows color (decimal): -4514594 or 14556347. OLE color: 14556347.

HSL color Cylindrical-coordinate representation of color #BB1CDE: hue angle of 289.18º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1CDE is Cyan = 0.16, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 187 28 222 -
CMYK 0.16 0.87 0 0.13
HSL 289.18º 0.78% 0.49% -
HSV(B) 289.18º 0.87% 0.87% -
XYZ 34.09 16.67 70.53 -
YUV 97.66 198.18 191.73 -
System Red Green Blue C M Y K H S L
Decimal 187 28 222 0.16 0.87 0 0.13 289.18 0.78 0.49
Hex BB 1C DE 10 57 0 D 121 4E 31
Octal 273 34 336 20 127 0 15 441 116 61
Binary 10111011 11100 11011110 10000 1010111 0 1101 100100001 1001110 110001

Color Harmonies of #BB1CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1CDE

Black with #BB1CDE

Text Example


Text Example

White with #BB1CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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