Html Css Color HEX #BC23CE Deep Magenta

📋 copy color: '#BC23CE'

red 188 ◦ green 35 ◦ blue 206

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

Shades of Deep Magenta #BC23CE

Tints of Deep Magenta #BC23CE

RGB

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

 GREEN value IS 35 (14.06% from 255) = 8.16%

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

R = 43.82%
G = 8.16%
B = 48.02%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC23CE (or 0xBC23CE) is known color: Deep Magenta. HEX triplet: BC, 23 and CE. RGB value is (188,35,206). Sum of RGB (Red+Green+Blue) = 188+35+206=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 35 (14.06% from 255 or 8.16% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #BC23CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23CE is #43DC31. Grayscale: #636363. Windows color (decimal): -4447282 or 13509564. OLE color: 13509564.

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

Color convert

RGB 188 35 206 -
CMYK 0.09 0.83 0 0.19
HSL 293.68º 0.71% 0.47% -
HSV(B) 293.68º 0.83% 0.81% -
XYZ 32.48 16.35 59.84 -
YUV 100.24 187.69 190.6 -
System Red Green Blue C M Y K H S L
Decimal 188 35 206 0.09 0.83 0 0.19 293.68 0.71 0.47
Hex BC 23 CE 9 53 0 13 126 47 2F
Octal 274 43 316 11 123 0 23 446 107 57
Binary 10111100 100011 11001110 1001 1010011 0 10011 100100110 1000111 101111

Color Harmonies of #BC23CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23CE

Black with #BC23CE

Text Example


Text Example

White with #BC23CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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