Html Css Color HEX #BC23C1 Deep Magenta

📋 copy color: '#BC23C1'

red 188 ◦ green 35 ◦ blue 193

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

Shades of Deep Magenta #BC23C1

Tints of Deep Magenta #BC23C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 46.39%

R = 45.19%
G = 8.41%
B = 46.39%

CMYK

 C value IS 0.03

 M value IS 0.82

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC23C1 (or 0xBC23C1) is known color: Deep Magenta. HEX triplet: BC, 23 and C1. RGB value is (188,35,193). Sum of RGB (Red+Green+Blue) = 188+35+193=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 35 (14.06% from 255 or 8.41% from 416); Blue value is 193 (75.78% from 255 or 46.39% from 416); Max value from RGB is 193 - color contains mainly: blue. Hex color #BC23C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23C1 is #43DC3E. Grayscale: #626262. Windows color (decimal): -4447295 or 12657596. OLE color: 12657596.

HSL color Cylindrical-coordinate representation of color #BC23C1: hue angle of 298.1º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC23C1 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 188 35 193 -
CMYK 0.03 0.82 0 0.24
HSL 298.1º 0.69% 0.45% -
HSV(B) 298.1º 0.82% 0.76% -
XYZ 30.97 15.74 51.86 -
YUV 98.76 181.19 191.65 -
System Red Green Blue C M Y K H S L
Decimal 188 35 193 0.03 0.82 0 0.24 298.1 0.69 0.45
Hex BC 23 C1 3 52 0 18 12A 45 2D
Octal 274 43 301 3 122 0 30 452 105 55
Binary 10111100 100011 11000001 11 1010010 0 11000 100101010 1000101 101101

Color Harmonies of #BC23C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23C1

Black with #BC23C1

Text Example


Text Example

White with #BC23C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23C1; }

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

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

background-color css

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

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

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

border-color css

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

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

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