Html Css Color HEX #BC1AA8 Medium Violet Red

📋 copy color: '#BC1AA8'

red 188 ◦ green 26 ◦ blue 168

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

Shades of Medium Violet Red #BC1AA8

Tints of Medium Violet Red #BC1AA8

RGB

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

 GREEN value IS 26 (10.55% from 255) = 6.81%

 BLUE value IS 168 (66.02% from 255) = 43.98%

R = 49.21%
G = 6.81%
B = 43.98%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC1AA8 (or 0xBC1AA8) is known color: Medium Violet Red. HEX triplet: BC, 1A and A8. RGB value is (188,26,168). Sum of RGB (Red+Green+Blue) = 188+26+168=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 26 (10.55% from 255 or 6.81% from 382); Blue value is 168 (66.02% from 255 or 43.98% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1AA8 is #43E557. Grayscale: #5A5A5A. Windows color (decimal): -4449624 or 11016892. OLE color: 11016892.

HSL color Cylindrical-coordinate representation of color #BC1AA8: hue angle of 307.41º degrees, saturation: 0.76, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BC1AA8 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 168 -
CMYK 0 0.86 0.11 0.26
HSL 307.41º 0.76% 0.42% -
HSV(B) 307.41º 0.86% 0.74% -
XYZ 28.18 14.26 38.31 -
YUV 90.63 171.67 197.45 -
System Red Green Blue C M Y K H S L
Decimal 188 26 168 0 0.86 0.11 0.26 307.41 0.76 0.42
Hex BC 1A A8 0 56 B 1A 133 4C 2A
Octal 274 32 250 0 126 13 32 463 114 52
Binary 10111100 11010 10101000 0 1010110 1011 11010 100110011 1001100 101010

Color Harmonies of #BC1AA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1AA8

Black with #BC1AA8

Text Example


Text Example

White with #BC1AA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1AA8; }

 p { color: rgb(188,26,168); }

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

background-color css

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

 a { background-color: rgb(188,26,168); }

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

border-color css

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

 span { border-color: rgb(188,26,168); }

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