Html Css Color HEX #BC0FDD Deep Magenta

📋 copy color: '#BC0FDD'

red 188 ◦ green 15 ◦ blue 221

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

Shades of Deep Magenta #BC0FDD

Tints of Deep Magenta #BC0FDD

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.54%

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

R = 44.34%
G = 3.54%
B = 52.12%

CMYK

 C value IS 0.15

 M value IS 0.93

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC0FDD (or 0xBC0FDD) is known color: Deep Magenta. HEX triplet: BC, 0F and DD. RGB value is (188,15,221). Sum of RGB (Red+Green+Blue) = 188+15+221=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 15 (6.25% from 255 or 3.54% from 424); Blue value is 221 (86.72% from 255 or 52.12% from 424); Max value from RGB is 221 - color contains mainly: blue. Hex color #BC0FDD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0FDD is #43F022. Grayscale: #595959. Windows color (decimal): -4452387 or 14487484. OLE color: 14487484.

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

Color convert

RGB 188 15 221 -
CMYK 0.15 0.93 0 0.13
HSL 290.39º 0.87% 0.46% -
HSV(B) 290.39º 0.93% 0.87% -
XYZ 33.96 16.25 69.75 -
YUV 90.21 201.81 197.75 -
System Red Green Blue C M Y K H S L
Decimal 188 15 221 0.15 0.93 0 0.13 290.39 0.87 0.46
Hex BC F DD F 5D 0 D 122 57 2E
Octal 274 17 335 17 135 0 15 442 127 56
Binary 10111100 1111 11011101 1111 1011101 0 1101 100100010 1010111 101110

Color Harmonies of #BC0FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0FDD

Black with #BC0FDD

Text Example


Text Example

White with #BC0FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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