Html Css Color HEX #BC2AAB Medium Red Violet

📋 copy color: '#BC2AAB'

red 188 ◦ green 42 ◦ blue 171

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

Shades of Medium Red Violet #BC2AAB

Tints of Medium Red Violet #BC2AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 46.88%
G = 10.47%
B = 42.64%

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

#BC2AAB (or 0xBC2AAB) is known color: Medium Red Violet. HEX triplet: BC, 2A and AB. RGB value is (188,42,171). Sum of RGB (Red+Green+Blue) = 188+42+171=401 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.88% from 401); Green value is 42 (16.80% from 255 or 10.47% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 188 - color contains mainly: red. Hex color #BC2AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC2AAB is #43D554. Grayscale: #636363. Windows color (decimal): -4445525 or 11217596. OLE color: 11217596.

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

Color convert

RGB 188 42 171 -
CMYK 0 0.78 0.09 0.26
HSL 306.99º 0.63% 0.45% -
HSV(B) 306.99º 0.78% 0.74% -
XYZ 28.92 15.29 39.95 -
YUV 100.36 167.87 190.51 -
System Red Green Blue C M Y K H S L
Decimal 188 42 171 0 0.78 0.09 0.26 306.99 0.63 0.45
Hex BC 2A AB 0 4E 9 1A 133 3F 2D
Octal 274 52 253 0 116 11 32 463 77 55
Binary 10111100 101010 10101011 0 1001110 1001 11010 100110011 111111 101101

Color Harmonies of #BC2AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC2AAB

Black with #BC2AAB

Text Example


Text Example

White with #BC2AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC2AAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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