Html Css Color HEX #BC18CE Deep Magenta

📋 copy color: '#BC18CE'

red 188 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #BC18CE

Tints of Deep Magenta #BC18CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 44.98%
G = 5.74%
B = 49.28%

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

#BC18CE (or 0xBC18CE) is known color: Deep Magenta. HEX triplet: BC, 18 and CE. RGB value is (188,24,206). Sum of RGB (Red+Green+Blue) = 188+24+206=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 24 (9.77% from 255 or 5.74% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC18CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BC18CE is #43E731. Grayscale: #5D5D5D. Windows color (decimal): -4450098 or 13506748. OLE color: 13506748.

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

Color convert

RGB 188 24 206 -
CMYK 0.09 0.88 0 0.19
HSL 294.07º 0.79% 0.45% -
HSV(B) 294.07º 0.88% 0.81% -
XYZ 32.21 15.8 59.74 -
YUV 93.78 191.33 195.2 -
System Red Green Blue C M Y K H S L
Decimal 188 24 206 0.09 0.88 0 0.19 294.07 0.79 0.45
Hex BC 18 CE 9 58 0 13 126 4F 2D
Octal 274 30 316 11 130 0 23 446 117 55
Binary 10111100 11000 11001110 1001 1011000 0 10011 100100110 1001111 101101

Color Harmonies of #BC18CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC18CE

Black with #BC18CE

Text Example


Text Example

White with #BC18CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC18CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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