Html Css Color HEX #BC18CF Deep Magenta

📋 copy color: '#BC18CF'

red 188 ◦ green 24 ◦ blue 207

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

Shades of Deep Magenta #BC18CF

Tints of Deep Magenta #BC18CF

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.73%

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

R = 44.87%
G = 5.73%
B = 49.4%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC18CF (or 0xBC18CF) is known color: Deep Magenta. HEX triplet: BC, 18 and CF. RGB value is (188,24,207). Sum of RGB (Red+Green+Blue) = 188+24+207=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 24 (9.77% from 255 or 5.73% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC18CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18CF is #43E730. Grayscale: #5D5D5D. Windows color (decimal): -4450097 or 13572284. OLE color: 13572284.

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

Color convert

RGB 188 24 207 -
CMYK 0.09 0.88 0 0.19
HSL 293.77º 0.79% 0.45% -
HSV(B) 293.77º 0.88% 0.81% -
XYZ 32.33 15.85 60.39 -
YUV 93.9 191.83 195.12 -
System Red Green Blue C M Y K H S L
Decimal 188 24 207 0.09 0.88 0 0.19 293.77 0.79 0.45
Hex BC 18 CF 9 58 0 13 126 4F 2D
Octal 274 30 317 11 130 0 23 446 117 55
Binary 10111100 11000 11001111 1001 1011000 0 10011 100100110 1001111 101101

Color Harmonies of #BC18CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18CF

Black with #BC18CF

Text Example


Text Example

White with #BC18CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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