Html Css Color HEX #BB1AD9 Deep Magenta

📋 copy color: '#BB1AD9'

red 187 ◦ green 26 ◦ blue 217

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

Shades of Deep Magenta #BB1AD9

Tints of Deep Magenta #BB1AD9

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.05%

 BLUE value IS 217 (85.16% from 255) = 50.47%

R = 43.49%
G = 6.05%
B = 50.47%

CMYK

 C value IS 0.14

 M value IS 0.88

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BB1AD9 (or 0xBB1AD9) is known color: Deep Magenta. HEX triplet: BB, 1A and D9. RGB value is (187,26,217). Sum of RGB (Red+Green+Blue) = 187+26+217=430 (56% of max value = 765). Red value is 187 (73.44% from 255 or 43.49% from 430); Green value is 26 (10.55% from 255 or 6.05% from 430); Blue value is 217 (85.16% from 255 or 50.47% from 430); Max value from RGB is 217 - color contains mainly: blue. Hex color #BB1AD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1AD9 is #44E526. Grayscale: #5F5F5F. Windows color (decimal): -4515111 or 14228155. OLE color: 14228155.

HSL color Cylindrical-coordinate representation of color #BB1AD9: hue angle of 290.58º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BB1AD9 is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 187 26 217 -
CMYK 0.14 0.88 0 0.15
HSL 290.58º 0.79% 0.48% -
HSV(B) 290.58º 0.88% 0.85% -
XYZ 33.39 16.31 67.03 -
YUV 95.91 196.34 192.97 -
System Red Green Blue C M Y K H S L
Decimal 187 26 217 0.14 0.88 0 0.15 290.58 0.79 0.48
Hex BB 1A D9 E 58 0 F 123 4F 30
Octal 273 32 331 16 130 0 17 443 117 60
Binary 10111011 11010 11011001 1110 1011000 0 1111 100100011 1001111 110000

Color Harmonies of #BB1AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1AD9

Black with #BB1AD9

Text Example


Text Example

White with #BB1AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1AD9; }

 p { color: rgb(187,26,217); }

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

background-color css

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

 a { background-color: rgb(187,26,217); }

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

border-color css

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

 span { border-color: rgb(187,26,217); }

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