Html Css Color HEX #BC1DA5 Medium Violet Red

📋 copy color: '#BC1DA5'

red 188 ◦ green 29 ◦ blue 165

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

Shades of Medium Violet Red #BC1DA5

Tints of Medium Violet Red #BC1DA5

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.59%

 BLUE value IS 165 (64.84% from 255) = 43.19%

R = 49.21%
G = 7.59%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#BC1DA5 (or 0xBC1DA5) is known color: Medium Violet Red. HEX triplet: BC, 1D and A5. RGB value is (188,29,165). Sum of RGB (Red+Green+Blue) = 188+29+165=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 29 (11.72% from 255 or 7.59% from 382); Blue value is 165 (64.84% from 255 or 43.19% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1DA5 is #43E25A. Grayscale: #5B5B5B. Windows color (decimal): -4448859 or 10821052. OLE color: 10821052.

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

Color convert

RGB 188 29 165 -
CMYK 0 0.85 0.12 0.26
HSL 308.68º 0.73% 0.43% -
HSV(B) 308.68º 0.85% 0.74% -
XYZ 27.97 14.29 36.88 -
YUV 92.05 169.18 196.44 -
System Red Green Blue C M Y K H S L
Decimal 188 29 165 0 0.85 0.12 0.26 308.68 0.73 0.43
Hex BC 1D A5 0 55 C 1A 135 49 2B
Octal 274 35 245 0 125 14 32 465 111 53
Binary 10111100 11101 10100101 0 1010101 1100 11010 100110101 1001001 101011

Color Harmonies of #BC1DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1DA5

Black with #BC1DA5

Text Example


Text Example

White with #BC1DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1DA5; }

 p { color: rgb(188,29,165); }

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

background-color css

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

 a { background-color: rgb(188,29,165); }

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

border-color css

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

 span { border-color: rgb(188,29,165); }

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