Html Css Color HEX #BC0DCF Deep Magenta

📋 copy color: '#BC0DCF'

red 188 ◦ green 13 ◦ blue 207

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

Shades of Deep Magenta #BC0DCF

Tints of Deep Magenta #BC0DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 46.08%
G = 3.19%
B = 50.74%

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

#BC0DCF (or 0xBC0DCF) is known color: Deep Magenta. HEX triplet: BC, 0D and CF. RGB value is (188,13,207). Sum of RGB (Red+Green+Blue) = 188+13+207=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC0DCF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC0DCF is #43F230. Grayscale: #565656. Windows color (decimal): -4452913 or 13569468. OLE color: 13569468.

HSL color Cylindrical-coordinate representation of color #BC0DCF: hue angle of 294.12º 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 #BC0DCF is Cyan = 0.09, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 13 207 -
CMYK 0.09 0.94 0 0.19
HSL 294.12º 0.88% 0.43% -
HSV(B) 294.12º 0.94% 0.81% -
XYZ 32.15 15.48 60.33 -
YUV 87.44 195.48 199.73 -
System Red Green Blue C M Y K H S L
Decimal 188 13 207 0.09 0.94 0 0.19 294.12 0.88 0.43
Hex BC D CF 9 5E 0 13 126 58 2B
Octal 274 15 317 11 136 0 23 446 130 53
Binary 10111100 1101 11001111 1001 1011110 0 10011 100100110 1011000 101011

Color Harmonies of #BC0DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0DCF

Black with #BC0DCF

Text Example


Text Example

White with #BC0DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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