Html Css Color HEX #BC13CF Deep Magenta

📋 copy color: '#BC13CF'

red 188 ◦ green 19 ◦ blue 207

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

Shades of Deep Magenta #BC13CF

Tints of Deep Magenta #BC13CF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 4.59%

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

R = 45.41%
G = 4.59%
B = 50%

CMYK

 C value IS 0.09

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC13CF (or 0xBC13CF) is known color: Deep Magenta. HEX triplet: BC, 13 and CF. RGB value is (188,19,207). Sum of RGB (Red+Green+Blue) = 188+19+207=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 19 (7.81% from 255 or 4.59% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC13CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC13CF is #43EC30. Grayscale: #5A5A5A. Windows color (decimal): -4451377 or 13571004. OLE color: 13571004.

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

Color convert

RGB 188 19 207 -
CMYK 0.09 0.91 0 0.19
HSL 293.94º 0.83% 0.44% -
HSV(B) 293.94º 0.91% 0.81% -
XYZ 32.23 15.66 60.36 -
YUV 90.96 193.49 197.21 -
System Red Green Blue C M Y K H S L
Decimal 188 19 207 0.09 0.91 0 0.19 293.94 0.83 0.44
Hex BC 13 CF 9 5B 0 13 126 53 2C
Octal 274 23 317 11 133 0 23 446 123 54
Binary 10111100 10011 11001111 1001 1011011 0 10011 100100110 1010011 101100

Color Harmonies of #BC13CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC13CF

Black with #BC13CF

Text Example


Text Example

White with #BC13CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC13CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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