Html Css Color HEX #BC07DD Deep Magenta

📋 copy color: '#BC07DD'

red 188 ◦ green 7 ◦ blue 221

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

Shades of Deep Magenta #BC07DD

Tints of Deep Magenta #BC07DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.13%

R = 45.19%
G = 1.68%
B = 53.13%

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

#BC07DD (or 0xBC07DD) is known color: Deep Magenta. HEX triplet: BC, 07 and DD. RGB value is (188,7,221). Sum of RGB (Red+Green+Blue) = 188+7+221=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 7 (3.12% from 255 or 1.68% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC07DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC07DD is #43F822. Grayscale: #545454. Windows color (decimal): -4454435 or 14485436. OLE color: 14485436.

HSL color Cylindrical-coordinate representation of color #BC07DD: hue angle of 290.75º 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 #BC07DD is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 7 221 -
CMYK 0.15 0.97 0 0.13
HSL 290.75º 0.94% 0.45% -
HSV(B) 290.75º 0.97% 0.87% -
XYZ 33.87 16.06 69.72 -
YUV 85.52 204.47 201.1 -
System Red Green Blue C M Y K H S L
Decimal 188 7 221 0.15 0.97 0 0.13 290.75 0.94 0.45
Hex BC 7 DD F 61 0 D 123 5E 2D
Octal 274 7 335 17 141 0 15 443 136 55
Binary 10111100 111 11011101 1111 1100001 0 1101 100100011 1011110 101101

Color Harmonies of #BC07DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC07DD

Black with #BC07DD

Text Example


Text Example

White with #BC07DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC07DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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