Html Css Color HEX #BB00BA Deep Magenta

📋 copy color: '#BB00BA'

red 187 ◦ green 0 ◦ blue 186

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

Shades of Deep Magenta #BB00BA

Tints of Deep Magenta #BB00BA

RGB

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

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

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

R = 50.13%
G = 0%
B = 49.87%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB00BA (or 0xBB00BA) is known color: Deep Magenta. HEX triplet: BB, 00 and BA. RGB value is (187,0,186). Sum of RGB (Red+Green+Blue) = 187+0+186=373 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.13% from 373); Green value is 0 (0.39% from 255 or 0% from 373); Blue value is 186 (73.05% from 255 or 49.87% from 373); Max value from RGB is 187 - color contains mainly: red. Hex color #BB00BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB00BA is #44FF45. Grayscale: #4C4C4C. Windows color (decimal): -4521798 or 12189883. OLE color: 12189883.

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

Color convert

RGB 187 0 186 -
CMYK 0 1 0.01 0.27
HSL 300.32º 1% 0.37% -
HSV(B) 300.32º 1% 0.73% -
XYZ 29.36 14.11 47.63 -
YUV 77.12 189.45 206.38 -
System Red Green Blue C M Y K H S L
Decimal 187 0 186 0 1 0.01 0.27 300.32 1 0.37
Hex BB 0 BA 0 64 1 1B 12C 64 25
Octal 273 0 272 0 144 1 33 454 144 45
Binary 10111011 0 10111010 0 1100100 1 11011 100101100 1100100 100101

Color Harmonies of #BB00BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB00BA

Black with #BB00BA

Text Example


Text Example

White with #BB00BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB00BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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