Html Css Color HEX #BC0CC7 Deep Magenta

📋 copy color: '#BC0CC7'

red 188 ◦ green 12 ◦ blue 199

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

Shades of Deep Magenta #BC0CC7

Tints of Deep Magenta #BC0CC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 49.87%

R = 47.12%
G = 3.01%
B = 49.87%

CMYK

 C value IS 0.06

 M value IS 0.94

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC0CC7 (or 0xBC0CC7) is known color: Deep Magenta. HEX triplet: BC, 0C and C7. RGB value is (188,12,199). Sum of RGB (Red+Green+Blue) = 188+12+199=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 12 (5.08% from 255 or 3.01% from 399); Blue value is 199 (78.12% from 255 or 49.87% from 399); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC0CC7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0CC7 is #43F338. Grayscale: #555555. Windows color (decimal): -4453177 or 13044924. OLE color: 13044924.

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

Color convert

RGB 188 12 199 -
CMYK 0.06 0.94 0 0.22
HSL 296.47º 0.89% 0.41% -
HSV(B) 296.47º 0.94% 0.78% -
XYZ 31.18 15.08 55.3 -
YUV 85.94 191.81 200.79 -
System Red Green Blue C M Y K H S L
Decimal 188 12 199 0.06 0.94 0 0.22 296.47 0.89 0.41
Hex BC C C7 6 5E 0 16 128 59 29
Octal 274 14 307 6 136 0 26 450 131 51
Binary 10111100 1100 11000111 110 1011110 0 10110 100101000 1011001 101001

Color Harmonies of #BC0CC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0CC7

Black with #BC0CC7

Text Example


Text Example

White with #BC0CC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0CC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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