Html Css Color HEX #BB18BA Deep Magenta

📋 copy color: '#BB18BA'

red 187 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #BB18BA

Tints of Deep Magenta #BB18BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 47.1%
G = 6.05%
B = 46.85%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB18BA (or 0xBB18BA) is known color: Deep Magenta. HEX triplet: BB, 18 and BA. RGB value is (187,24,186). Sum of RGB (Red+Green+Blue) = 187+24+186=397 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.10% from 397); Green value is 24 (9.77% from 255 or 6.05% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 187 - color contains mainly: red. Hex color #BB18BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB18BA is #44E745. Grayscale: #5A5A5A. Windows color (decimal): -4515654 or 12196027. OLE color: 12196027.

HSL color Cylindrical-coordinate representation of color #BB18BA: hue angle of 300.37º 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 #BB18BA is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 186 -
CMYK 0 0.87 0.01 0.27
HSL 300.37º 0.77% 0.41% -
HSV(B) 300.37º 0.87% 0.73% -
XYZ 29.68 14.76 47.74 -
YUV 91.21 181.5 196.33 -
System Red Green Blue C M Y K H S L
Decimal 187 24 186 0 0.87 0.01 0.27 300.37 0.77 0.41
Hex BB 18 BA 0 57 1 1B 12C 4D 29
Octal 273 30 272 0 127 1 33 454 115 51
Binary 10111011 11000 10111010 0 1010111 1 11011 100101100 1001101 101001

Color Harmonies of #BB18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB18BA

Black with #BB18BA

Text Example


Text Example

White with #BB18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB18BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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