Html Css Color HEX #BB18AC Deep Magenta

📋 copy color: '#BB18AC'

red 187 ◦ green 24 ◦ blue 172

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

Shades of Deep Magenta #BB18AC

Tints of Deep Magenta #BB18AC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.27%

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 48.83%
G = 6.27%
B = 44.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB18AC (or 0xBB18AC) is known color: Deep Magenta. HEX triplet: BB, 18 and AC. RGB value is (187,24,172). Sum of RGB (Red+Green+Blue) = 187+24+172=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB18AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BB18AC is #44E753. Grayscale: #595959. Windows color (decimal): -4515668 or 11278523. OLE color: 11278523.

HSL color Cylindrical-coordinate representation of color #BB18AC: hue angle of 305.52º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB18AC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 172 -
CMYK 0 0.87 0.08 0.27
HSL 305.52º 0.77% 0.41% -
HSV(B) 305.52º 0.87% 0.73% -
XYZ 28.27 14.2 40.28 -
YUV 89.61 174.5 197.47 -
System Red Green Blue C M Y K H S L
Decimal 187 24 172 0 0.87 0.08 0.27 305.52 0.77 0.41
Hex BB 18 AC 0 57 8 1B 132 4D 29
Octal 273 30 254 0 127 10 33 462 115 51
Binary 10111011 11000 10101100 0 1010111 1000 11011 100110010 1001101 101001

Color Harmonies of #BB18AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18AC

Black with #BB18AC

Text Example


Text Example

White with #BB18AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18AC; }

 p { color: rgb(187,24,172); }

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

background-color css

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

 a { background-color: rgb(187,24,172); }

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

border-color css

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

 span { border-color: rgb(187,24,172); }

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