Html Css Color HEX #BC018D Medium Violet Red

📋 copy color: '#BC018D'

red 188 ◦ green 1 ◦ blue 141

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

Shades of Medium Violet Red #BC018D

Tints of Medium Violet Red #BC018D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 56.97%
G = 0.3%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC018D (or 0xBC018D) is known color: Medium Violet Red. HEX triplet: BC, 01 and 8D. RGB value is (188,1,141). Sum of RGB (Red+Green+Blue) = 188+1+141=330 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.97% from 330); Green value is 1 (0.78% from 255 or 0.30% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 188 - color contains mainly: red. Hex color #BC018D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC018D is #43FE72. Grayscale: #484848. Windows color (decimal): -4456051 or 9241020. OLE color: 9241020.

HSL color Cylindrical-coordinate representation of color #BC018D: hue angle of 315.08º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BC018D is Cyan = 0, Magento = 0.99, Yellow = 0.25 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 1 141 -
CMYK 0 0.99 0.25 0.26
HSL 315.08º 0.99% 0.37% -
HSV(B) 315.08º 0.99% 0.74% -
XYZ 25.56 12.64 26.29 -
YUV 72.87 166.45 210.12 -
System Red Green Blue C M Y K H S L
Decimal 188 1 141 0 0.99 0.25 0.26 315.08 0.99 0.37
Hex BC 1 8D 0 63 19 1A 13B 63 25
Octal 274 1 215 0 143 31 32 473 143 45
Binary 10111100 1 10001101 0 1100011 11001 11010 100111011 1100011 100101

Color Harmonies of #BC018D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC018D

Black with #BC018D

Text Example


Text Example

White with #BC018D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC018D; }

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

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

background-color css

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

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

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

border-color css

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

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

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