Html Css Color HEX #BC1BBB Deep Magenta

📋 copy color: '#BC1BBB'

red 188 ◦ green 27 ◦ blue 187

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

Shades of Deep Magenta #BC1BBB

Tints of Deep Magenta #BC1BBB

RGB

 RED value IS 188 (73.83% from 255) = 46.77%

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

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

R = 46.77%
G = 6.72%
B = 46.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC1BBB (or 0xBC1BBB) is known color: Deep Magenta. HEX triplet: BC, 1B and BB. RGB value is (188,27,187). Sum of RGB (Red+Green+Blue) = 188+27+187=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1BBB is #43E444. Grayscale: #5C5C5C. Windows color (decimal): -4449349 or 12262332. OLE color: 12262332.

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

Color convert

RGB 188 27 187 -
CMYK 0 0.86 0.01 0.26
HSL 300.37º 0.75% 0.42% -
HSV(B) 300.37º 0.86% 0.74% -
XYZ 30.1 15.06 48.33 -
YUV 93.38 180.84 195.49 -
System Red Green Blue C M Y K H S L
Decimal 188 27 187 0 0.86 0.01 0.26 300.37 0.75 0.42
Hex BC 1B BB 0 56 1 1A 12C 4B 2A
Octal 274 33 273 0 126 1 32 454 113 52
Binary 10111100 11011 10111011 0 1010110 1 11010 100101100 1001011 101010

Color Harmonies of #BC1BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BBB

Black with #BC1BBB

Text Example


Text Example

White with #BC1BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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