Html Css Color HEX #BC23BF Deep Magenta

📋 copy color: '#BC23BF'

red 188 ◦ green 35 ◦ blue 191

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

Shades of Deep Magenta #BC23BF

Tints of Deep Magenta #BC23BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.14%

R = 45.41%
G = 8.45%
B = 46.14%

CMYK

 C value IS 0.02

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC23BF (or 0xBC23BF) is known color: Deep Magenta. HEX triplet: BC, 23 and BF. RGB value is (188,35,191). Sum of RGB (Red+Green+Blue) = 188+35+191=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #BC23BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23BF is #43DC40. Grayscale: #626262. Windows color (decimal): -4447297 or 12526524. OLE color: 12526524.

HSL color Cylindrical-coordinate representation of color #BC23BF: hue angle of 298.85º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC23BF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 35 191 -
CMYK 0.02 0.82 0 0.25
HSL 298.85º 0.69% 0.44% -
HSV(B) 298.85º 0.82% 0.75% -
XYZ 30.74 15.66 50.69 -
YUV 98.53 180.19 191.82 -
System Red Green Blue C M Y K H S L
Decimal 188 35 191 0.02 0.82 0 0.25 298.85 0.69 0.44
Hex BC 23 BF 2 52 0 19 12B 45 2C
Octal 274 43 277 2 122 0 31 453 105 54
Binary 10111100 100011 10111111 10 1010010 0 11001 100101011 1000101 101100

Color Harmonies of #BC23BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23BF

Black with #BC23BF

Text Example


Text Example

White with #BC23BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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