Html Css Color HEX #BC2AAA Medium Red Violet

📋 copy color: '#BC2AAA'

red 188 ◦ green 42 ◦ blue 170

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

Shades of Medium Red Violet #BC2AAA

Tints of Medium Red Violet #BC2AAA

RGB

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

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

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

R = 47%
G = 10.5%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC2AAA (or 0xBC2AAA) is known color: Medium Red Violet. HEX triplet: BC, 2A and AA. RGB value is (188,42,170). Sum of RGB (Red+Green+Blue) = 188+42+170=400 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2AAA is #43D555. Grayscale: #636363. Windows color (decimal): -4445526 or 11152060. OLE color: 11152060.

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

Color convert

RGB 188 42 170 -
CMYK 0 0.78 0.10 0.26
HSL 307.4º 0.63% 0.45% -
HSV(B) 307.4º 0.78% 0.74% -
XYZ 28.82 15.25 39.45 -
YUV 100.25 167.37 190.59 -
System Red Green Blue C M Y K H S L
Decimal 188 42 170 0 0.78 0.10 0.26 307.4 0.63 0.45
Hex BC 2A AA 0 4E A 1A 133 3F 2D
Octal 274 52 252 0 116 12 32 463 77 55
Binary 10111100 101010 10101010 0 1001110 1010 11010 100110011 111111 101101

Color Harmonies of #BC2AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AAA

Black with #BC2AAA

Text Example


Text Example

White with #BC2AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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