Html Css Color HEX #BC10CF Deep Magenta

📋 copy color: '#BC10CF'

red 188 ◦ green 16 ◦ blue 207

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

Shades of Deep Magenta #BC10CF

Tints of Deep Magenta #BC10CF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 3.89%

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

R = 45.74%
G = 3.89%
B = 50.36%

CMYK

 C value IS 0.09

 M value IS 0.92

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC10CF (or 0xBC10CF) is known color: Deep Magenta. HEX triplet: BC, 10 and CF. RGB value is (188,16,207). Sum of RGB (Red+Green+Blue) = 188+16+207=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 16 (6.64% from 255 or 3.89% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC10CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC10CF is #43EF30. Grayscale: #585858. Windows color (decimal): -4452145 or 13570236. OLE color: 13570236.

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

Color convert

RGB 188 16 207 -
CMYK 0.09 0.92 0 0.19
HSL 294.03º 0.86% 0.44% -
HSV(B) 294.03º 0.92% 0.81% -
XYZ 32.19 15.57 60.34 -
YUV 89.2 194.48 198.47 -
System Red Green Blue C M Y K H S L
Decimal 188 16 207 0.09 0.92 0 0.19 294.03 0.86 0.44
Hex BC 10 CF 9 5C 0 13 126 56 2C
Octal 274 20 317 11 134 0 23 446 126 54
Binary 10111100 10000 11001111 1001 1011100 0 10011 100100110 1010110 101100

Color Harmonies of #BC10CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC10CF

Black with #BC10CF

Text Example


Text Example

White with #BC10CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC10CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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