Html Css Color HEX #BB1CBA Deep Magenta

📋 copy color: '#BB1CBA'

red 187 ◦ green 28 ◦ blue 186

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

Shades of Deep Magenta #BB1CBA

Tints of Deep Magenta #BB1CBA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.98%

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

R = 46.63%
G = 6.98%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#BB1CBA (or 0xBB1CBA) is known color: Deep Magenta. HEX triplet: BB, 1C and BA. RGB value is (187,28,186). Sum of RGB (Red+Green+Blue) = 187+28+186=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1CBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CBA is #44E345. Grayscale: #5D5D5D. Windows color (decimal): -4514630 or 12197051. OLE color: 12197051.

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

Color convert

RGB 187 28 186 -
CMYK 0 0.85 0.01 0.27
HSL 300.38º 0.74% 0.42% -
HSV(B) 300.38º 0.85% 0.73% -
XYZ 29.77 14.94 47.77 -
YUV 93.55 180.18 194.65 -
System Red Green Blue C M Y K H S L
Decimal 187 28 186 0 0.85 0.01 0.27 300.38 0.74 0.42
Hex BB 1C BA 0 55 1 1B 12C 4A 2A
Octal 273 34 272 0 125 1 33 454 112 52
Binary 10111011 11100 10111010 0 1010101 1 11011 100101100 1001010 101010

Color Harmonies of #BB1CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1CBA

Black with #BB1CBA

Text Example


Text Example

White with #BB1CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1CBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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