Html Css Color HEX #BC0BB1 Deep Magenta

📋 copy color: '#BC0BB1'

red 188 ◦ green 11 ◦ blue 177

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

Shades of Deep Magenta #BC0BB1

Tints of Deep Magenta #BC0BB1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 2.93%

 BLUE value IS 177 (69.53% from 255) = 47.07%

R = 50%
G = 2.93%
B = 47.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.06

 K value IS 0.26

RGB Variations

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

Color information

#BC0BB1 (or 0xBC0BB1) is known color: Deep Magenta. HEX triplet: BC, 0B and B1. RGB value is (188,11,177). Sum of RGB (Red+Green+Blue) = 188+11+177=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 11 (4.69% from 255 or 2.93% from 376); Blue value is 177 (69.53% from 255 or 47.07% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0BB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0BB1 is #43F44E. Grayscale: #525252. Windows color (decimal): -4453455 or 11602876. OLE color: 11602876.

HSL color Cylindrical-coordinate representation of color #BC0BB1: hue angle of 303.73º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0BB1 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 11 177 -
CMYK 0 0.94 0.06 0.26
HSL 303.73º 0.89% 0.39% -
HSV(B) 303.73º 0.94% 0.74% -
XYZ 28.79 14.11 42.8 -
YUV 82.85 181.14 203 -
System Red Green Blue C M Y K H S L
Decimal 188 11 177 0 0.94 0.06 0.26 303.73 0.89 0.39
Hex BC B B1 0 5E 6 1A 130 59 27
Octal 274 13 261 0 136 6 32 460 131 47
Binary 10111100 1011 10110001 0 1011110 110 11010 100110000 1011001 100111

Color Harmonies of #BC0BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0BB1

Black with #BC0BB1

Text Example


Text Example

White with #BC0BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0BB1; }

 p { color: rgb(188,11,177); }

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

background-color css

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

 a { background-color: rgb(188,11,177); }

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

border-color css

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

 span { border-color: rgb(188,11,177); }

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