Html Css Color HEX #BC24CF Deep Magenta

📋 copy color: '#BC24CF'

red 188 ◦ green 36 ◦ blue 207

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

Shades of Deep Magenta #BC24CF

Tints of Deep Magenta #BC24CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 43.62%
G = 8.35%
B = 48.03%

CMYK

 C value IS 0.09

 M value IS 0.83

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BC24CF (or 0xBC24CF) is known color: Deep Magenta. HEX triplet: BC, 24 and CF. RGB value is (188,36,207). Sum of RGB (Red+Green+Blue) = 188+36+207=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 36 (14.45% from 255 or 8.35% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #BC24CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24CF is #43DB30. Grayscale: #646464. Windows color (decimal): -4447025 or 13575356. OLE color: 13575356.

HSL color Cylindrical-coordinate representation of color #BC24CF: hue angle of 293.33º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BC24CF is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 188 36 207 -
CMYK 0.09 0.83 0 0.19
HSL 293.33º 0.7% 0.48% -
HSV(B) 293.33º 0.83% 0.81% -
XYZ 32.63 16.46 60.49 -
YUV 100.94 187.86 190.1 -
System Red Green Blue C M Y K H S L
Decimal 188 36 207 0.09 0.83 0 0.19 293.33 0.7 0.48
Hex BC 24 CF 9 53 0 13 125 46 30
Octal 274 44 317 11 123 0 23 445 106 60
Binary 10111100 100100 11001111 1001 1010011 0 10011 100100101 1000110 110000

Color Harmonies of #BC24CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC24CF

Black with #BC24CF

Text Example


Text Example

White with #BC24CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC24CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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