Html Css Color HEX #BC24B2 Deep Magenta

📋 copy color: '#BC24B2'

red 188 ◦ green 36 ◦ blue 178

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

Shades of Deep Magenta #BC24B2

Tints of Deep Magenta #BC24B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 44.28%

R = 46.77%
G = 8.96%
B = 44.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#BC24B2 (or 0xBC24B2) is known color: Deep Magenta. HEX triplet: BC, 24 and B2. RGB value is (188,36,178). Sum of RGB (Red+Green+Blue) = 188+36+178=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 36 (14.45% from 255 or 8.96% from 402); Blue value is 178 (69.92% from 255 or 44.28% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC24B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC24B2 is #43DB4D. Grayscale: #616161. Windows color (decimal): -4447054 or 11674812. OLE color: 11674812.

HSL color Cylindrical-coordinate representation of color #BC24B2: hue angle of 303.95º 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 #BC24B2 is Cyan = 0, Magento = 0.81, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 36 178 -
CMYK 0 0.81 0.05 0.26
HSL 303.95º 0.68% 0.44% -
HSV(B) 303.95º 0.81% 0.74% -
XYZ 29.41 15.17 43.5 -
YUV 97.64 173.36 192.45 -
System Red Green Blue C M Y K H S L
Decimal 188 36 178 0 0.81 0.05 0.26 303.95 0.68 0.44
Hex BC 24 B2 0 51 5 1A 130 44 2C
Octal 274 44 262 0 121 5 32 460 104 54
Binary 10111100 100100 10110010 0 1010001 101 11010 100110000 1000100 101100

Color Harmonies of #BC24B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC24B2

Black with #BC24B2

Text Example


Text Example

White with #BC24B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC24B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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