Html Css Color HEX #BC1FAA Medium Violet Red

📋 copy color: '#BC1FAA'

red 188 ◦ green 31 ◦ blue 170

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

Shades of Medium Violet Red #BC1FAA

Tints of Medium Violet Red #BC1FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 7.97%

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

R = 48.33%
G = 7.97%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC1FAA (or 0xBC1FAA) is known color: Medium Violet Red. HEX triplet: BC, 1F and AA. RGB value is (188,31,170). Sum of RGB (Red+Green+Blue) = 188+31+170=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 31 (12.5% from 255 or 7.97% from 389); Blue value is 170 (66.80% from 255 or 43.70% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1FAA is #43E055. Grayscale: #5D5D5D. Windows color (decimal): -4448342 or 11149244. OLE color: 11149244.

HSL color Cylindrical-coordinate representation of color #BC1FAA: hue angle of 306.88º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BC1FAA is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 31 170 -
CMYK 0 0.84 0.10 0.26
HSL 306.88º 0.72% 0.43% -
HSV(B) 306.88º 0.84% 0.74% -
XYZ 28.48 14.57 39.34 -
YUV 93.79 171.01 195.2 -
System Red Green Blue C M Y K H S L
Decimal 188 31 170 0 0.84 0.10 0.26 306.88 0.72 0.43
Hex BC 1F AA 0 54 A 1A 133 48 2B
Octal 274 37 252 0 124 12 32 463 110 53
Binary 10111100 11111 10101010 0 1010100 1010 11010 100110011 1001000 101011

Color Harmonies of #BC1FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1FAA

Black with #BC1FAA

Text Example


Text Example

White with #BC1FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1FAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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