Html Css Color HEX #BC1A8D Medium Violet Red

📋 copy color: '#BC1A8D'

red 188 ◦ green 26 ◦ blue 141

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

Shades of Medium Violet Red #BC1A8D

Tints of Medium Violet Red #BC1A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.72%

R = 52.96%
G = 7.32%
B = 39.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC1A8D (or 0xBC1A8D) is known color: Medium Violet Red. HEX triplet: BC, 1A and 8D. RGB value is (188,26,141). Sum of RGB (Red+Green+Blue) = 188+26+141=355 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.96% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 141 (55.47% from 255 or 39.72% from 355); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1A8D is #43E572. Grayscale: #575757. Windows color (decimal): -4449651 or 9247420. OLE color: 9247420.

HSL color Cylindrical-coordinate representation of color #BC1A8D: hue angle of 317.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 #BC1A8D is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 26 141 -
CMYK 0 0.86 0.25 0.26
HSL 317.41º 0.76% 0.42% -
HSV(B) 317.41º 0.86% 0.74% -
XYZ 25.92 13.35 26.41 -
YUV 87.55 158.17 199.65 -
System Red Green Blue C M Y K H S L
Decimal 188 26 141 0 0.86 0.25 0.26 317.41 0.76 0.42
Hex BC 1A 8D 0 56 19 1A 13D 4C 2A
Octal 274 32 215 0 126 31 32 475 114 52
Binary 10111100 11010 10001101 0 1010110 11001 11010 100111101 1001100 101010

Color Harmonies of #BC1A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1A8D

Black with #BC1A8D

Text Example


Text Example

White with #BC1A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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