Html Css Color HEX #BC07CD Deep Magenta

📋 copy color: '#BC07CD'

red 188 ◦ green 7 ◦ blue 205

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

Shades of Deep Magenta #BC07CD

Tints of Deep Magenta #BC07CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.25%

R = 47%
G = 1.75%
B = 51.25%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC07CD (or 0xBC07CD) is known color: Deep Magenta. HEX triplet: BC, 07 and CD. RGB value is (188,7,205). Sum of RGB (Red+Green+Blue) = 188+7+205=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 205 (80.47% from 255 or 51.25% from 400); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC07CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07CD is #43F832. Grayscale: #535353. Windows color (decimal): -4454451 or 13436860. OLE color: 13436860.

HSL color Cylindrical-coordinate representation of color #BC07CD: hue angle of 294.85º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07CD is Cyan = 0.08, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 188 7 205 -
CMYK 0.08 0.97 0 0.20
HSL 294.85º 0.93% 0.42% -
HSV(B) 294.85º 0.97% 0.8% -
XYZ 31.83 15.25 59.02 -
YUV 83.69 196.47 202.4 -
System Red Green Blue C M Y K H S L
Decimal 188 7 205 0.08 0.97 0 0.20 294.85 0.93 0.42
Hex BC 7 CD 8 61 0 14 127 5D 2A
Octal 274 7 315 10 141 0 24 447 135 52
Binary 10111100 111 11001101 1000 1100001 0 10100 100100111 1011101 101010

Color Harmonies of #BC07CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC07CD

Black with #BC07CD

Text Example


Text Example

White with #BC07CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC07CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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