Html Css Color HEX #BB1BDE Deep Magenta

📋 copy color: '#BB1BDE'

red 187 ◦ green 27 ◦ blue 222

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

Shades of Deep Magenta #BB1BDE

Tints of Deep Magenta #BB1BDE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.19%

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

R = 42.89%
G = 6.19%
B = 50.92%

CMYK

 C value IS 0.16

 M value IS 0.88

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BB1BDE (or 0xBB1BDE) is known color: Deep Magenta. HEX triplet: BB, 1B and DE. RGB value is (187,27,222). Sum of RGB (Red+Green+Blue) = 187+27+222=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 27 (10.94% from 255 or 6.19% from 436); Blue value is 222 (87.11% from 255 or 50.92% from 436); Max value from RGB is 222 - color contains mainly: blue. Hex color #BB1BDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BDE is #44E421. Grayscale: #606060. Windows color (decimal): -4514850 or 14556091. OLE color: 14556091.

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

Color convert

RGB 187 27 222 -
CMYK 0.16 0.88 0 0.13
HSL 289.23º 0.78% 0.49% -
HSV(B) 289.23º 0.88% 0.87% -
XYZ 34.07 16.62 70.52 -
YUV 97.07 198.51 192.14 -
System Red Green Blue C M Y K H S L
Decimal 187 27 222 0.16 0.88 0 0.13 289.23 0.78 0.49
Hex BB 1B DE 10 58 0 D 121 4E 31
Octal 273 33 336 20 130 0 15 441 116 61
Binary 10111011 11011 11011110 10000 1011000 0 1101 100100001 1001110 110001

Color Harmonies of #BB1BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BDE

Black with #BB1BDE

Text Example


Text Example

White with #BB1BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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