Html Css Color HEX #BC16CF Deep Magenta

📋 copy color: '#BC16CF'

red 188 ◦ green 22 ◦ blue 207

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

Shades of Deep Magenta #BC16CF

Tints of Deep Magenta #BC16CF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.28%

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

R = 45.08%
G = 5.28%
B = 49.64%

CMYK

 C value IS 0.09

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC16CF (or 0xBC16CF) is known color: Deep Magenta. HEX triplet: BC, 16 and CF. RGB value is (188,22,207). Sum of RGB (Red+Green+Blue) = 188+22+207=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 22 (8.98% from 255 or 5.28% from 417); Blue value is 207 (81.25% from 255 or 49.64% from 417); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC16CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC16CF is #43E930. Grayscale: #5C5C5C. Windows color (decimal): -4450609 or 13571772. OLE color: 13571772.

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

Color convert

RGB 188 22 207 -
CMYK 0.09 0.89 0 0.19
HSL 293.84º 0.81% 0.45% -
HSV(B) 293.84º 0.89% 0.81% -
XYZ 32.29 15.77 60.37 -
YUV 92.72 192.5 195.96 -
System Red Green Blue C M Y K H S L
Decimal 188 22 207 0.09 0.89 0 0.19 293.84 0.81 0.45
Hex BC 16 CF 9 59 0 13 126 51 2D
Octal 274 26 317 11 131 0 23 446 121 55
Binary 10111100 10110 11001111 1001 1011001 0 10011 100100110 1010001 101101

Color Harmonies of #BC16CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC16CF

Black with #BC16CF

Text Example


Text Example

White with #BC16CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC16CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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