Html Css Color HEX #BC24C2 Deep Magenta

📋 copy color: '#BC24C2'

red 188 ◦ green 36 ◦ blue 194

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

Shades of Deep Magenta #BC24C2

Tints of Deep Magenta #BC24C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 46.41%

R = 44.98%
G = 8.61%
B = 46.41%

CMYK

 C value IS 0.03

 M value IS 0.81

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#BC24C2 (or 0xBC24C2) is known color: Deep Magenta. HEX triplet: BC, 24 and C2. RGB value is (188,36,194). Sum of RGB (Red+Green+Blue) = 188+36+194=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 36 (14.45% from 255 or 8.61% from 418); Blue value is 194 (76.17% from 255 or 46.41% from 418); Max value from RGB is 194 - color contains mainly: blue. Hex color #BC24C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24C2 is #43DB3D. Grayscale: #626262. Windows color (decimal): -4447038 or 12723388. OLE color: 12723388.

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

Color convert

RGB 188 36 194 -
CMYK 0.03 0.81 0 0.24
HSL 297.72º 0.69% 0.45% -
HSV(B) 297.72º 0.81% 0.76% -
XYZ 31.11 15.85 52.46 -
YUV 99.46 181.36 191.15 -
System Red Green Blue C M Y K H S L
Decimal 188 36 194 0.03 0.81 0 0.24 297.72 0.69 0.45
Hex BC 24 C2 3 51 0 18 12A 45 2D
Octal 274 44 302 3 121 0 30 452 105 55
Binary 10111100 100100 11000010 11 1010001 0 11000 100101010 1000101 101101

Color Harmonies of #BC24C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC24C2

Black with #BC24C2

Text Example


Text Example

White with #BC24C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC24C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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