Html Css Color HEX #BC1BB7 Deep Magenta

📋 copy color: '#BC1BB7'

red 188 ◦ green 27 ◦ blue 183

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

Shades of Deep Magenta #BC1BB7

Tints of Deep Magenta #BC1BB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 45.98%

R = 47.24%
G = 6.78%
B = 45.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#BC1BB7 (or 0xBC1BB7) is known color: Deep Magenta. HEX triplet: BC, 1B and B7. RGB value is (188,27,183). Sum of RGB (Red+Green+Blue) = 188+27+183=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 27 (10.94% from 255 or 6.78% from 398); Blue value is 183 (71.88% from 255 or 45.98% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1BB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC1BB7 is #43E448. Grayscale: #5C5C5C. Windows color (decimal): -4449353 or 12000188. OLE color: 12000188.

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

Color convert

RGB 188 27 183 -
CMYK 0 0.86 0.03 0.26
HSL 301.86º 0.75% 0.42% -
HSV(B) 301.86º 0.86% 0.74% -
XYZ 29.68 14.89 46.11 -
YUV 92.92 178.84 195.82 -
System Red Green Blue C M Y K H S L
Decimal 188 27 183 0 0.86 0.03 0.26 301.86 0.75 0.42
Hex BC 1B B7 0 56 3 1A 12E 4B 2A
Octal 274 33 267 0 126 3 32 456 113 52
Binary 10111100 11011 10110111 0 1010110 11 11010 100101110 1001011 101010

Color Harmonies of #BC1BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1BB7

Black with #BC1BB7

Text Example


Text Example

White with #BC1BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1BB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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