Html Css Color HEX #BC07DE Deep Magenta

📋 copy color: '#BC07DE'

red 188 ◦ green 7 ◦ blue 222

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

Shades of Deep Magenta #BC07DE

Tints of Deep Magenta #BC07DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 45.08%
G = 1.68%
B = 53.24%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC07DE (or 0xBC07DE) is known color: Deep Magenta. HEX triplet: BC, 07 and DE. RGB value is (188,7,222). Sum of RGB (Red+Green+Blue) = 188+7+222=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 7 (3.12% from 255 or 1.68% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #BC07DE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07DE is #43F821. Grayscale: #545454. Windows color (decimal): -4454434 or 14550972. OLE color: 14550972.

HSL color Cylindrical-coordinate representation of color #BC07DE: hue angle of 290.51º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC07DE is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 7 222 -
CMYK 0.15 0.97 0 0.13
HSL 290.51º 0.94% 0.45% -
HSV(B) 290.51º 0.97% 0.87% -
XYZ 34 16.12 70.43 -
YUV 85.63 204.97 201.02 -
System Red Green Blue C M Y K H S L
Decimal 188 7 222 0.15 0.97 0 0.13 290.51 0.94 0.45
Hex BC 7 DE F 61 0 D 123 5E 2D
Octal 274 7 336 17 141 0 15 443 136 55
Binary 10111100 111 11011110 1111 1100001 0 1101 100100011 1011110 101101

Color Harmonies of #BC07DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC07DE

Black with #BC07DE

Text Example


Text Example

White with #BC07DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC07DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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