Html Css Color HEX #BC08DF Deep Magenta

📋 copy color: '#BC08DF'

red 188 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #BC08DF

Tints of Deep Magenta #BC08DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.91%

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

R = 44.87%
G = 1.91%
B = 53.22%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BC08DF (or 0xBC08DF) is known color: Deep Magenta. HEX triplet: BC, 08 and DF. RGB value is (188,8,223). Sum of RGB (Red+Green+Blue) = 188+8+223=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 8 (3.52% from 255 or 1.91% from 419); Blue value is 223 (87.5% from 255 or 53.22% from 419); Max value from RGB is 223 - color contains mainly: blue. Hex color #BC08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC08DF is #43F720. Grayscale: #555555. Windows color (decimal): -4454177 or 14616764. OLE color: 14616764.

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

Color convert

RGB 188 8 223 -
CMYK 0.16 0.96 0 0.13
HSL 290.23º 0.93% 0.45% -
HSV(B) 290.23º 0.96% 0.87% -
XYZ 34.15 16.19 71.14 -
YUV 86.33 205.13 200.52 -
System Red Green Blue C M Y K H S L
Decimal 188 8 223 0.16 0.96 0 0.13 290.23 0.93 0.45
Hex BC 8 DF 10 60 0 D 122 5D 2D
Octal 274 10 337 20 140 0 15 442 135 55
Binary 10111100 1000 11011111 10000 1100000 0 1101 100100010 1011101 101101

Color Harmonies of #BC08DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC08DF

Black with #BC08DF

Text Example


Text Example

White with #BC08DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC08DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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