Html Css Color HEX #BC24AA Medium Red Violet

📋 copy color: '#BC24AA'

red 188 ◦ green 36 ◦ blue 170

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

Shades of Medium Red Violet #BC24AA

Tints of Medium Red Violet #BC24AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.15%

R = 47.72%
G = 9.14%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC24AA (or 0xBC24AA) is known color: Medium Red Violet. HEX triplet: BC, 24 and AA. RGB value is (188,36,170). Sum of RGB (Red+Green+Blue) = 188+36+170=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 36 (14.45% from 255 or 9.14% from 394); Blue value is 170 (66.80% from 255 or 43.15% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC24AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC24AA is #43DB55. Grayscale: #606060. Windows color (decimal): -4447062 or 11150524. OLE color: 11150524.

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

Color convert

RGB 188 36 170 -
CMYK 0 0.81 0.10 0.26
HSL 307.11º 0.68% 0.44% -
HSV(B) 307.11º 0.81% 0.74% -
XYZ 28.63 14.86 39.39 -
YUV 96.72 169.36 193.1 -
System Red Green Blue C M Y K H S L
Decimal 188 36 170 0 0.81 0.10 0.26 307.11 0.68 0.44
Hex BC 24 AA 0 51 A 1A 133 44 2C
Octal 274 44 252 0 121 12 32 463 104 54
Binary 10111100 100100 10101010 0 1010001 1010 11010 100110011 1000100 101100

Color Harmonies of #BC24AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC24AA

Black with #BC24AA

Text Example


Text Example

White with #BC24AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC24AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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