Html Css Color HEX #BC24CC Deep Magenta

📋 copy color: '#BC24CC'

red 188 ◦ green 36 ◦ blue 204

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

Shades of Deep Magenta #BC24CC

Tints of Deep Magenta #BC24CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.66%

R = 43.93%
G = 8.41%
B = 47.66%

CMYK

 C value IS 0.08

 M value IS 0.82

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BC24CC (or 0xBC24CC) is known color: Deep Magenta. HEX triplet: BC, 24 and CC. RGB value is (188,36,204). Sum of RGB (Red+Green+Blue) = 188+36+204=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 36 (14.45% from 255 or 8.41% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #BC24CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BC24CC is #43DB33. Grayscale: #646464. Windows color (decimal): -4447028 or 13378748. OLE color: 13378748.

HSL color Cylindrical-coordinate representation of color #BC24CC: hue angle of 294.29º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC24CC is Cyan = 0.08, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 188 36 204 -
CMYK 0.08 0.82 0 0.2
HSL 294.29º 0.7% 0.47% -
HSV(B) 294.29º 0.82% 0.8% -
XYZ 32.27 16.31 58.57 -
YUV 100.6 186.36 190.34 -
System Red Green Blue C M Y K H S L
Decimal 188 36 204 0.08 0.82 0 0.2 294.29 0.7 0.47
Hex BC 24 CC 8 52 0 14 126 46 2F
Octal 274 44 314 10 122 0 24 446 106 57
Binary 10111100 100100 11001100 1000 1010010 0 10100 100100110 1000110 101111

Color Harmonies of #BC24CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC24CC

Black with #BC24CC

Text Example


Text Example

White with #BC24CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC24CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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