Html Css Color HEX #BB10AD Deep Magenta

📋 copy color: '#BB10AD'

red 187 ◦ green 16 ◦ blue 173

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

Shades of Deep Magenta #BB10AD

Tints of Deep Magenta #BB10AD

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.26%

 BLUE value IS 173 (67.97% from 255) = 46.01%

R = 49.73%
G = 4.26%
B = 46.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB10AD (or 0xBB10AD) is known color: Deep Magenta. HEX triplet: BB, 10 and AD. RGB value is (187,16,173). Sum of RGB (Red+Green+Blue) = 187+16+173=376 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.73% from 376); Green value is 16 (6.64% from 255 or 4.26% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 187 - color contains mainly: red. Hex color #BB10AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB10AD is #44EF52. Grayscale: #545454. Windows color (decimal): -4517715 or 11342011. OLE color: 11342011.

HSL color Cylindrical-coordinate representation of color #BB10AD: hue angle of 304.91º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB10AD is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 16 173 -
CMYK 0 0.91 0.07 0.27
HSL 304.91º 0.84% 0.4% -
HSV(B) 304.91º 0.91% 0.73% -
XYZ 28.22 13.95 40.74 -
YUV 85.03 177.65 200.73 -
System Red Green Blue C M Y K H S L
Decimal 187 16 173 0 0.91 0.07 0.27 304.91 0.84 0.4
Hex BB 10 AD 0 5B 7 1B 131 54 28
Octal 273 20 255 0 133 7 33 461 124 50
Binary 10111011 10000 10101101 0 1011011 111 11011 100110001 1010100 101000

Color Harmonies of #BB10AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB10AD

Black with #BB10AD

Text Example


Text Example

White with #BB10AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB10AD; }

 p { color: rgb(187,16,173); }

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

background-color css

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

 a { background-color: rgb(187,16,173); }

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

border-color css

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

 span { border-color: rgb(187,16,173); }

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