Html Css Color HEX #BC0DDF Deep Magenta

📋 copy color: '#BC0DDF'

red 188 ◦ green 13 ◦ blue 223

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

Shades of Deep Magenta #BC0DDF

Tints of Deep Magenta #BC0DDF

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.07%

 BLUE value IS 223 (87.5% from 255) = 52.59%

R = 44.34%
G = 3.07%
B = 52.59%

CMYK

 C value IS 0.16

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC0DDF (or 0xBC0DDF) is known color: Deep Magenta. HEX triplet: BC, 0D and DF. RGB value is (188,13,223). Sum of RGB (Red+Green+Blue) = 188+13+223=424 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.34% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 223 (87.5% from 255 or 52.59% from 424); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC0DDF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DDF is #43F220. Grayscale: #585858. Windows color (decimal): -4452897 or 14618044. OLE color: 14618044.

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

Color convert

RGB 188 13 223 -
CMYK 0.16 0.94 0 0.13
HSL 290º 0.89% 0.46% -
HSV(B) 290º 0.94% 0.87% -
XYZ 34.2 16.31 71.16 -
YUV 89.27 203.48 198.42 -
System Red Green Blue C M Y K H S L
Decimal 188 13 223 0.16 0.94 0 0.13 290 0.89 0.46
Hex BC D DF 10 5E 0 D 122 59 2E
Octal 274 15 337 20 136 0 15 442 131 56
Binary 10111100 1101 11011111 10000 1011110 0 1101 100100010 1011001 101110

Color Harmonies of #BC0DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DDF

Black with #BC0DDF

Text Example


Text Example

White with #BC0DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DDF; }

 p { color: rgb(188,13,223); }

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

background-color css

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

 a { background-color: rgb(188,13,223); }

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

border-color css

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

 span { border-color: rgb(188,13,223); }

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