Html Css Color HEX #BC24BB Deep Magenta

📋 copy color: '#BC24BB'

red 188 ◦ green 36 ◦ blue 187

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

Shades of Deep Magenta #BC24BB

Tints of Deep Magenta #BC24BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 45.5%

R = 45.74%
G = 8.76%
B = 45.5%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#BC24BB (or 0xBC24BB) is known color: Deep Magenta. HEX triplet: BC, 24 and BB. RGB value is (188,36,187). Sum of RGB (Red+Green+Blue) = 188+36+187=411 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.74% from 411); Green value is 36 (14.45% from 255 or 8.76% from 411); Blue value is 187 (73.44% from 255 or 45.50% from 411); Max value from RGB is 188 - color contains mainly: red. Hex color #BC24BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24BB is #43DB44. Grayscale: #626262. Windows color (decimal): -4447045 or 12264636. OLE color: 12264636.

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

Color convert

RGB 188 36 187 -
CMYK 0 0.81 0.01 0.26
HSL 300.39º 0.68% 0.44% -
HSV(B) 300.39º 0.81% 0.74% -
XYZ 30.34 15.54 48.41 -
YUV 98.66 177.86 191.72 -
System Red Green Blue C M Y K H S L
Decimal 188 36 187 0 0.81 0.01 0.26 300.39 0.68 0.44
Hex BC 24 BB 0 51 1 1A 12C 44 2C
Octal 274 44 273 0 121 1 32 454 104 54
Binary 10111100 100100 10111011 0 1010001 1 11010 100101100 1000100 101100

Color Harmonies of #BC24BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC24BB

Black with #BC24BB

Text Example


Text Example

White with #BC24BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC24BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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