Html Css Color HEX #BB1BBB Deep Magenta

📋 copy color: '#BB1BBB'

red 187 ◦ green 27 ◦ blue 187

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

Shades of Deep Magenta #BB1BBB

Tints of Deep Magenta #BB1BBB

RGB

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

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

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

R = 46.63%
G = 6.73%
B = 46.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB1BBB (or 0xBB1BBB) is known color: Deep Magenta. HEX triplet: BB, 1B and BB. RGB value is (187,27,187). Sum of RGB (Red+Green+Blue) = 187+27+187=401 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.63% from 401); Green value is 27 (10.94% from 255 or 6.73% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB1BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1BBB is #44E444. Grayscale: #5C5C5C. Windows color (decimal): -4514885 or 12262331. OLE color: 12262331.

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

Color convert

RGB 187 27 187 -
CMYK 0 0.86 0 0.27
HSL 300º 0.75% 0.42% -
HSV(B) 300º 0.86% 0.73% -
XYZ 29.86 14.94 48.32 -
YUV 93.08 181.01 194.99 -
System Red Green Blue C M Y K H S L
Decimal 187 27 187 0 0.86 0 0.27 300 0.75 0.42
Hex BB 1B BB 0 56 0 1B 12C 4B 2A
Octal 273 33 273 0 126 0 33 454 113 52
Binary 10111011 11011 10111011 0 1010110 0 11011 100101100 1001011 101010

Color Harmonies of #BB1BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1BBB

Black with #BB1BBB

Text Example


Text Example

White with #BB1BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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