Html Css Color HEX #BC24BE Deep Magenta

📋 copy color: '#BC24BE'

red 188 ◦ green 36 ◦ blue 190

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

Shades of Deep Magenta #BC24BE

Tints of Deep Magenta #BC24BE

RGB

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

 GREEN value IS 36 (14.45% from 255) = 8.7%

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

R = 45.41%
G = 8.7%
B = 45.89%

CMYK

 C value IS 0.01

 M value IS 0.81

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BC24BE (or 0xBC24BE) is known color: Deep Magenta. HEX triplet: BC, 24 and BE. RGB value is (188,36,190). Sum of RGB (Red+Green+Blue) = 188+36+190=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 36 (14.45% from 255 or 8.70% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #BC24BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24BE is #43DB41. Grayscale: #626262. Windows color (decimal): -4447042 or 12461244. OLE color: 12461244.

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

Color convert

RGB 188 36 190 -
CMYK 0.01 0.81 0 0.25
HSL 299.22º 0.68% 0.44% -
HSV(B) 299.22º 0.81% 0.75% -
XYZ 30.66 15.67 50.12 -
YUV 99 179.36 191.48 -
System Red Green Blue C M Y K H S L
Decimal 188 36 190 0.01 0.81 0 0.25 299.22 0.68 0.44
Hex BC 24 BE 1 51 0 19 12B 44 2C
Octal 274 44 276 1 121 0 31 453 104 54
Binary 10111100 100100 10111110 1 1010001 0 11001 100101011 1000100 101100

Color Harmonies of #BC24BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC24BE

Black with #BC24BE

Text Example


Text Example

White with #BC24BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC24BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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