Html Css Color HEX #BC0CB1 Deep Magenta

📋 copy color: '#BC0CB1'

red 188 ◦ green 12 ◦ blue 177

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

Shades of Deep Magenta #BC0CB1

Tints of Deep Magenta #BC0CB1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.18%

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

R = 49.87%
G = 3.18%
B = 46.95%

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

#BC0CB1 (or 0xBC0CB1) is known color: Deep Magenta. HEX triplet: BC, 0C and B1. RGB value is (188,12,177). Sum of RGB (Red+Green+Blue) = 188+12+177=377 (49% of max value = 765). Red value is 188 (73.83% from 255 or 49.87% from 377); Green value is 12 (5.08% from 255 or 3.18% from 377); Blue value is 177 (69.53% from 255 or 46.95% from 377); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0CB1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0CB1 is #43F34E. Grayscale: #525252. Windows color (decimal): -4453199 or 11603132. OLE color: 11603132.

HSL color Cylindrical-coordinate representation of color #BC0CB1: hue angle of 303.75º degrees, saturation: 0.88, 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 #BC0CB1 is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 12 177 -
CMYK 0 0.94 0.06 0.26
HSL 303.75º 0.88% 0.39% -
HSV(B) 303.75º 0.94% 0.74% -
XYZ 28.81 14.13 42.8 -
YUV 83.43 180.81 202.58 -
System Red Green Blue C M Y K H S L
Decimal 188 12 177 0 0.94 0.06 0.26 303.75 0.88 0.39
Hex BC C B1 0 5E 6 1A 130 58 27
Octal 274 14 261 0 136 6 32 460 130 47
Binary 10111100 1100 10110001 0 1011110 110 11010 100110000 1011000 100111

Color Harmonies of #BC0CB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CB1

Black with #BC0CB1

Text Example


Text Example

White with #BC0CB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CB1; }

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

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

background-color css

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

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

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

border-color css

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

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

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