Html Css Color HEX #BC018F Medium Violet Red

📋 copy color: '#BC018F'

red 188 ◦ green 1 ◦ blue 143

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

Shades of Medium Violet Red #BC018F

Tints of Medium Violet Red #BC018F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 43.07%

R = 56.63%
G = 0.3%
B = 43.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC018F (or 0xBC018F) is known color: Medium Violet Red. HEX triplet: BC, 01 and 8F. RGB value is (188,1,143). Sum of RGB (Red+Green+Blue) = 188+1+143=332 (43% of max value = 765). Red value is 188 (73.83% from 255 or 56.63% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 143 (56.25% from 255 or 43.07% from 332); Max value from RGB is 188 - color contains mainly: red. Hex color #BC018F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC018F is #43FE70. Grayscale: #484848. Windows color (decimal): -4456049 or 9372092. OLE color: 9372092.

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

Color convert

RGB 188 1 143 -
CMYK 0 0.99 0.24 0.26
HSL 314.44º 0.99% 0.37% -
HSV(B) 314.44º 0.99% 0.74% -
XYZ 25.71 12.7 27.08 -
YUV 73.1 167.45 209.95 -
System Red Green Blue C M Y K H S L
Decimal 188 1 143 0 0.99 0.24 0.26 314.44 0.99 0.37
Hex BC 1 8F 0 63 18 1A 13A 63 25
Octal 274 1 217 0 143 30 32 472 143 45
Binary 10111100 1 10001111 0 1100011 11000 11010 100111010 1100011 100101

Color Harmonies of #BC018F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC018F

Black with #BC018F

Text Example


Text Example

White with #BC018F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC018F; }

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

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

background-color css

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

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

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

border-color css

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

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

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