Html Css Color HEX #BB1BBA Deep Magenta

📋 copy color: '#BB1BBA'

red 187 ◦ green 27 ◦ blue 186

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

Shades of Deep Magenta #BB1BBA

Tints of Deep Magenta #BB1BBA

RGB

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

 GREEN value IS 27 (10.94% from 255) = 6.75%

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

R = 46.75%
G = 6.75%
B = 46.5%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB1BBA (or 0xBB1BBA) is known color: Deep Magenta. HEX triplet: BB, 1B and BA. RGB value is (187,27,186). Sum of RGB (Red+Green+Blue) = 187+27+186=400 (52% of max value = 765). Red value is 187 (73.44% from 255 or 46.75% from 400); Green value is 27 (10.94% from 255 or 6.75% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1BBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BBA is #44E445. Grayscale: #5C5C5C. Windows color (decimal): -4514886 or 12196795. OLE color: 12196795.

HSL color Cylindrical-coordinate representation of color #BB1BBA: hue angle of 300.38º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB1BBA is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 27 186 -
CMYK 0 0.86 0.01 0.27
HSL 300.38º 0.75% 0.42% -
HSV(B) 300.38º 0.86% 0.73% -
XYZ 29.75 14.89 47.76 -
YUV 92.97 180.51 195.07 -
System Red Green Blue C M Y K H S L
Decimal 187 27 186 0 0.86 0.01 0.27 300.38 0.75 0.42
Hex BB 1B BA 0 56 1 1B 12C 4B 2A
Octal 273 33 272 0 126 1 33 454 113 52
Binary 10111011 11011 10111010 0 1010110 1 11011 100101100 1001011 101010

Color Harmonies of #BB1BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BBA

Black with #BB1BBA

Text Example


Text Example

White with #BB1BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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