Html Css Color HEX #BB1CBB Deep Magenta

📋 copy color: '#BB1CBB'

red 187 ◦ green 28 ◦ blue 187

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

Shades of Deep Magenta #BB1CBB

Tints of Deep Magenta #BB1CBB

RGB

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

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

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

R = 46.52%
G = 6.97%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#BB1CBB (or 0xBB1CBB) is known color: Deep Magenta. HEX triplet: BB, 1C and BB. RGB value is (187,28,187). Sum of RGB (Red+Green+Blue) = 187+28+187=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 28 (11.33% from 255 or 6.97% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 187 - color contains mainly: red, blue. Hex color #BB1CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BB1CBB is #44E344. Grayscale: #5D5D5D. Windows color (decimal): -4514629 or 12262587. OLE color: 12262587.

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

Color convert

RGB 187 28 187 -
CMYK 0 0.85 0 0.27
HSL 300º 0.74% 0.42% -
HSV(B) 300º 0.85% 0.73% -
XYZ 29.88 14.98 48.33 -
YUV 93.67 180.68 194.57 -
System Red Green Blue C M Y K H S L
Decimal 187 28 187 0 0.85 0 0.27 300 0.74 0.42
Hex BB 1C BB 0 55 0 1B 12C 4A 2A
Octal 273 34 273 0 125 0 33 454 112 52
Binary 10111011 11100 10111011 0 1010101 0 11011 100101100 1001010 101010

Color Harmonies of #BB1CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1CBB

Black with #BB1CBB

Text Example


Text Example

White with #BB1CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1CBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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