Html Css Color HEX #BC23CD Deep Magenta

📋 copy color: '#BC23CD'

red 188 ◦ green 35 ◦ blue 205

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

Shades of Deep Magenta #BC23CD

Tints of Deep Magenta #BC23CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.9%

R = 43.93%
G = 8.18%
B = 47.9%

CMYK

 C value IS 0.08

 M value IS 0.83

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BC23CD (or 0xBC23CD) is known color: Deep Magenta. HEX triplet: BC, 23 and CD. RGB value is (188,35,205). Sum of RGB (Red+Green+Blue) = 188+35+205=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 35 (14.06% from 255 or 8.18% from 428); Blue value is 205 (80.47% from 255 or 47.90% from 428); Max value from RGB is 205 - color contains mainly: blue. Hex color #BC23CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23CD is #43DC32. Grayscale: #636363. Windows color (decimal): -4447283 or 13444028. OLE color: 13444028.

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

Color convert

RGB 188 35 205 -
CMYK 0.08 0.83 0 0.20
HSL 294º 0.71% 0.47% -
HSV(B) 294º 0.83% 0.8% -
XYZ 32.36 16.3 59.2 -
YUV 100.13 187.19 190.68 -
System Red Green Blue C M Y K H S L
Decimal 188 35 205 0.08 0.83 0 0.20 294 0.71 0.47
Hex BC 23 CD 8 53 0 14 126 47 2F
Octal 274 43 315 10 123 0 24 446 107 57
Binary 10111100 100011 11001101 1000 1010011 0 10100 100100110 1000111 101111

Color Harmonies of #BC23CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23CD

Black with #BC23CD

Text Example


Text Example

White with #BC23CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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