Html Css Color HEX #BB1AB9 Deep Magenta

📋 copy color: '#BB1AB9'

red 187 ◦ green 26 ◦ blue 185

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

Shades of Deep Magenta #BB1AB9

Tints of Deep Magenta #BB1AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.48%

R = 46.98%
G = 6.53%
B = 46.48%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB1AB9 (or 0xBB1AB9) is known color: Deep Magenta. HEX triplet: BB, 1A and B9. RGB value is (187,26,185). Sum of RGB (Red+Green+Blue) = 187+26+185=398 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.98% from 398); Green value is 26 (10.55% from 255 or 6.53% from 398); Blue value is 185 (72.66% from 255 or 46.48% from 398); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1AB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1AB9 is #44E546. Grayscale: #5B5B5B. Windows color (decimal): -4515143 or 12131003. OLE color: 12131003.

HSL color Cylindrical-coordinate representation of color #BB1AB9: hue angle of 300.75º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1AB9 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 26 185 -
CMYK 0 0.86 0.01 0.27
HSL 300.75º 0.76% 0.42% -
HSV(B) 300.75º 0.86% 0.73% -
XYZ 29.62 14.81 47.2 -
YUV 92.27 180.34 195.57 -
System Red Green Blue C M Y K H S L
Decimal 187 26 185 0 0.86 0.01 0.27 300.75 0.76 0.42
Hex BB 1A B9 0 56 1 1B 12D 4C 2A
Octal 273 32 271 0 126 1 33 455 114 52
Binary 10111011 11010 10111001 0 1010110 1 11011 100101101 1001100 101010

Color Harmonies of #BB1AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1AB9

Black with #BB1AB9

Text Example


Text Example

White with #BB1AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1AB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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