Html Css Color HEX #BC07C7 Deep Magenta

📋 copy color: '#BC07C7'

red 188 ◦ green 7 ◦ blue 199

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

Shades of Deep Magenta #BC07C7

Tints of Deep Magenta #BC07C7

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.78%

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

R = 47.72%
G = 1.78%
B = 50.51%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BC07C7 (or 0xBC07C7) is known color: Deep Magenta. HEX triplet: BC, 07 and C7. RGB value is (188,7,199). Sum of RGB (Red+Green+Blue) = 188+7+199=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 7 (3.12% from 255 or 1.78% from 394); Blue value is 199 (78.12% from 255 or 50.51% from 394); Max value from RGB is 199 - color contains mainly: blue. Hex color #BC07C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07C7 is #43F838. Grayscale: #525252. Windows color (decimal): -4454457 or 13043644. OLE color: 13043644.

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

Color convert

RGB 188 7 199 -
CMYK 0.06 0.96 0 0.22
HSL 296.56º 0.93% 0.4% -
HSV(B) 296.56º 0.96% 0.78% -
XYZ 31.12 14.97 55.28 -
YUV 83.01 193.47 202.89 -
System Red Green Blue C M Y K H S L
Decimal 188 7 199 0.06 0.96 0 0.22 296.56 0.93 0.4
Hex BC 7 C7 6 60 0 16 129 5D 28
Octal 274 7 307 6 140 0 26 451 135 50
Binary 10111100 111 11000111 110 1100000 0 10110 100101001 1011101 101000

Color Harmonies of #BC07C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC07C7

Black with #BC07C7

Text Example


Text Example

White with #BC07C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC07C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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