Html Css Color HEX #BC0DCE Deep Magenta

📋 copy color: '#BC0DCE'

red 188 ◦ green 13 ◦ blue 206

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

Shades of Deep Magenta #BC0DCE

Tints of Deep Magenta #BC0DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.61%

R = 46.19%
G = 3.19%
B = 50.61%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC0DCE (or 0xBC0DCE) is known color: Deep Magenta. HEX triplet: BC, 0D and CE. RGB value is (188,13,206). Sum of RGB (Red+Green+Blue) = 188+13+206=407 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.19% from 407); Green value is 13 (5.47% from 255 or 3.19% from 407); Blue value is 206 (80.86% from 255 or 50.61% from 407); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC0DCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DCE is #43F231. Grayscale: #565656. Windows color (decimal): -4452914 or 13503932. OLE color: 13503932.

HSL color Cylindrical-coordinate representation of color #BC0DCE: hue angle of 294.4º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BC0DCE is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 13 206 -
CMYK 0.09 0.94 0 0.19
HSL 294.4º 0.88% 0.43% -
HSV(B) 294.4º 0.94% 0.81% -
XYZ 32.02 15.44 59.68 -
YUV 87.33 194.98 199.81 -
System Red Green Blue C M Y K H S L
Decimal 188 13 206 0.09 0.94 0 0.19 294.4 0.88 0.43
Hex BC D CE 9 5E 0 13 126 58 2B
Octal 274 15 316 11 136 0 23 446 130 53
Binary 10111100 1101 11001110 1001 1011110 0 10011 100100110 1011000 101011

Color Harmonies of #BC0DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DCE

Black with #BC0DCE

Text Example


Text Example

White with #BC0DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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