Html Css Color HEX #BC24AC Medium Red Violet

📋 copy color: '#BC24AC'

red 188 ◦ green 36 ◦ blue 172

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

Shades of Medium Red Violet #BC24AC

Tints of Medium Red Violet #BC24AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 43.43%

R = 47.47%
G = 9.09%
B = 43.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC24AC (or 0xBC24AC) is known color: Medium Red Violet. HEX triplet: BC, 24 and AC. RGB value is (188,36,172). Sum of RGB (Red+Green+Blue) = 188+36+172=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 172 (67.58% from 255 or 43.43% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC24AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC24AC is #43DB53. Grayscale: #606060. Windows color (decimal): -4447060 or 11281596. OLE color: 11281596.

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

Color convert

RGB 188 36 172 -
CMYK 0 0.81 0.09 0.26
HSL 306.32º 0.68% 0.44% -
HSV(B) 306.32º 0.81% 0.74% -
XYZ 28.82 14.93 40.39 -
YUV 96.95 170.36 192.94 -
System Red Green Blue C M Y K H S L
Decimal 188 36 172 0 0.81 0.09 0.26 306.32 0.68 0.44
Hex BC 24 AC 0 51 9 1A 132 44 2C
Octal 274 44 254 0 121 11 32 462 104 54
Binary 10111100 100100 10101100 0 1010001 1001 11010 100110010 1000100 101100

Color Harmonies of #BC24AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC24AC

Black with #BC24AC

Text Example


Text Example

White with #BC24AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC24AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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