Html Css Color HEX #BB00AD Deep Magenta

📋 copy color: '#BB00AD'

red 187 ◦ green 0 ◦ blue 173

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

Shades of Deep Magenta #BB00AD

Tints of Deep Magenta #BB00AD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 51.94%
G = 0%
B = 48.06%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.07

 K value IS 0.27

RGB Variations

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

Color information

#BB00AD (or 0xBB00AD) is known color: Deep Magenta. HEX triplet: BB, 00 and AD. RGB value is (187,0,173). Sum of RGB (Red+Green+Blue) = 187+0+173=360 (47% of max value = 765). Red value is 187 (73.44% from 255 or 51.94% from 360); Green value is 0 (0.39% from 255 or 0% from 360); Blue value is 173 (67.97% from 255 or 48.06% from 360); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB00AD is #44FF52. Grayscale: #4B4B4B. Windows color (decimal): -4521811 or 11337915. OLE color: 11337915.

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

Color convert

RGB 187 0 173 -
CMYK 0 1 0.07 0.27
HSL 304.49º 1% 0.37% -
HSV(B) 304.49º 1% 0.73% -
XYZ 28.04 13.58 40.68 -
YUV 75.64 182.95 207.43 -
System Red Green Blue C M Y K H S L
Decimal 187 0 173 0 1 0.07 0.27 304.49 1 0.37
Hex BB 0 AD 0 64 7 1B 130 64 25
Octal 273 0 255 0 144 7 33 460 144 45
Binary 10111011 0 10101101 0 1100100 111 11011 100110000 1100100 100101

Color Harmonies of #BB00AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00AD

Black with #BB00AD

Text Example


Text Example

White with #BB00AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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