Html Css Color HEX #BB05AD Deep Magenta

📋 copy color: '#BB05AD'

red 187 ◦ green 5 ◦ blue 173

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

Shades of Deep Magenta #BB05AD

Tints of Deep Magenta #BB05AD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.37%

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

R = 51.23%
G = 1.37%
B = 47.4%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB05AD (or 0xBB05AD) is known color: Deep Magenta. HEX triplet: BB, 05 and AD. RGB value is (187,5,173). Sum of RGB (Red+Green+Blue) = 187+5+173=365 (48% of max value = 765). Red value is 187 (73.44% from 255 or 51.23% from 365); Green value is 5 (2.34% from 255 or 1.37% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 187 - color contains mainly: red. Hex color #BB05AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB05AD is #44FA52. Grayscale: #4E4E4E. Windows color (decimal): -4520531 or 11339195. OLE color: 11339195.

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

Color convert

RGB 187 5 173 -
CMYK 0 0.97 0.07 0.27
HSL 304.62º 0.95% 0.38% -
HSV(B) 304.62º 0.97% 0.73% -
XYZ 28.09 13.69 40.7 -
YUV 78.57 181.3 205.34 -
System Red Green Blue C M Y K H S L
Decimal 187 5 173 0 0.97 0.07 0.27 304.62 0.95 0.38
Hex BB 5 AD 0 61 7 1B 131 5F 26
Octal 273 5 255 0 141 7 33 461 137 46
Binary 10111011 101 10101101 0 1100001 111 11011 100110001 1011111 100110

Color Harmonies of #BB05AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05AD

Black with #BB05AD

Text Example


Text Example

White with #BB05AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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