Html Css Color HEX #BC2AAC Medium Red Violet

📋 copy color: '#BC2AAC'

red 188 ◦ green 42 ◦ blue 172

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

Shades of Medium Red Violet #BC2AAC

Tints of Medium Red Violet #BC2AAC

RGB

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

 GREEN value IS 42 (16.8% from 255) = 10.45%

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

R = 46.77%
G = 10.45%
B = 42.79%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC2AAC (or 0xBC2AAC) is known color: Medium Red Violet. HEX triplet: BC, 2A and AC. RGB value is (188,42,172). Sum of RGB (Red+Green+Blue) = 188+42+172=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2AAC is #43D553. Grayscale: #646464. Windows color (decimal): -4445524 or 11283132. OLE color: 11283132.

HSL color Cylindrical-coordinate representation of color #BC2AAC: hue angle of 306.58º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BC2AAC is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 42 172 -
CMYK 0 0.78 0.09 0.26
HSL 306.58º 0.63% 0.45% -
HSV(B) 306.58º 0.78% 0.74% -
XYZ 29.01 15.33 40.46 -
YUV 100.47 168.37 190.43 -
System Red Green Blue C M Y K H S L
Decimal 188 42 172 0 0.78 0.09 0.26 306.58 0.63 0.45
Hex BC 2A AC 0 4E 9 1A 133 3F 2D
Octal 274 52 254 0 116 11 32 463 77 55
Binary 10111100 101010 10101100 0 1001110 1001 11010 100110011 111111 101101

Color Harmonies of #BC2AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AAC

Black with #BC2AAC

Text Example


Text Example

White with #BC2AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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