Html Css Color HEX #BC23BE Deep Magenta

📋 copy color: '#BC23BE'

red 188 ◦ green 35 ◦ blue 190

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

Shades of Deep Magenta #BC23BE

Tints of Deep Magenta #BC23BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 46%

R = 45.52%
G = 8.47%
B = 46%

CMYK

 C value IS 0.01

 M value IS 0.82

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC23BE (or 0xBC23BE) is known color: Deep Magenta. HEX triplet: BC, 23 and BE. RGB value is (188,35,190). Sum of RGB (Red+Green+Blue) = 188+35+190=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC23BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC23BE is #43DC41. Grayscale: #616161. Windows color (decimal): -4447298 or 12460988. OLE color: 12460988.

HSL color Cylindrical-coordinate representation of color #BC23BE: hue angle of 299.23º 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 #BC23BE is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 188 35 190 -
CMYK 0.01 0.82 0 0.25
HSL 299.23º 0.69% 0.44% -
HSV(B) 299.23º 0.82% 0.75% -
XYZ 30.63 15.61 50.11 -
YUV 98.42 179.69 191.9 -
System Red Green Blue C M Y K H S L
Decimal 188 35 190 0.01 0.82 0 0.25 299.23 0.69 0.44
Hex BC 23 BE 1 52 0 19 12B 45 2C
Octal 274 43 276 1 122 0 31 453 105 54
Binary 10111100 100011 10111110 1 1010010 0 11001 100101011 1000101 101100

Color Harmonies of #BC23BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC23BE

Black with #BC23BE

Text Example


Text Example

White with #BC23BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC23BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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