Html Css Color HEX #BB1EAC Deep Magenta

📋 copy color: '#BB1EAC'

red 187 ◦ green 30 ◦ blue 172

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

Shades of Deep Magenta #BB1EAC

Tints of Deep Magenta #BB1EAC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.71%

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

R = 48.07%
G = 7.71%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#BB1EAC (or 0xBB1EAC) is known color: Deep Magenta. HEX triplet: BB, 1E and AC. RGB value is (187,30,172). Sum of RGB (Red+Green+Blue) = 187+30+172=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 30 (12.11% from 255 or 7.71% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1EAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB1EAC is #44E153. Grayscale: #5C5C5C. Windows color (decimal): -4514132 or 11280059. OLE color: 11280059.

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

Color convert

RGB 187 30 172 -
CMYK 0 0.84 0.08 0.27
HSL 305.73º 0.72% 0.43% -
HSV(B) 305.73º 0.84% 0.73% -
XYZ 28.4 14.47 40.33 -
YUV 93.13 172.51 194.95 -
System Red Green Blue C M Y K H S L
Decimal 187 30 172 0 0.84 0.08 0.27 305.73 0.72 0.43
Hex BB 1E AC 0 54 8 1B 132 48 2B
Octal 273 36 254 0 124 10 33 462 110 53
Binary 10111011 11110 10101100 0 1010100 1000 11011 100110010 1001000 101011

Color Harmonies of #BB1EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1EAC

Black with #BB1EAC

Text Example


Text Example

White with #BB1EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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