Html Css Color HEX #BC1D85 Medium Violet Red

📋 copy color: '#BC1D85'

red 188 ◦ green 29 ◦ blue 133

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

Shades of Medium Violet Red #BC1D85

Tints of Medium Violet Red #BC1D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38%

R = 53.71%
G = 8.29%
B = 38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC1D85 (or 0xBC1D85) is known color: Medium Violet Red. HEX triplet: BC, 1D and 85. RGB value is (188,29,133). Sum of RGB (Red+Green+Blue) = 188+29+133=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC1D85 is #43E27A. Grayscale: #585858. Windows color (decimal): -4448891 or 8723900. OLE color: 8723900.

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

Color convert

RGB 188 29 133 -
CMYK 0 0.85 0.29 0.26
HSL 320.75º 0.73% 0.43% -
HSV(B) 320.75º 0.85% 0.74% -
XYZ 25.41 13.26 23.41 -
YUV 88.4 153.18 199.04 -
System Red Green Blue C M Y K H S L
Decimal 188 29 133 0 0.85 0.29 0.26 320.75 0.73 0.43
Hex BC 1D 85 0 55 1D 1A 141 49 2B
Octal 274 35 205 0 125 35 32 501 111 53
Binary 10111100 11101 10000101 0 1010101 11101 11010 101000001 1001001 101011

Color Harmonies of #BC1D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1D85

Black with #BC1D85

Text Example


Text Example

White with #BC1D85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1D85; }

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

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

background-color css

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

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

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

border-color css

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

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

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