Html Css Color HEX #BC017F Medium Violet Red

📋 copy color: '#BC017F'

red 188 ◦ green 1 ◦ blue 127

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

Shades of Medium Violet Red #BC017F

Tints of Medium Violet Red #BC017F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 40.19%

R = 59.49%
G = 0.32%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.26

RGB Variations

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

Color information

#BC017F (or 0xBC017F) is known color: Medium Violet Red. HEX triplet: BC, 01 and 7F. RGB value is (188,1,127). Sum of RGB (Red+Green+Blue) = 188+1+127=316 (41% of max value = 765). Red value is 188 (73.83% from 255 or 59.49% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 188 - color contains mainly: red. Hex color #BC017F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC017F is #43FE80. Grayscale: #464646. Windows color (decimal): -4456065 or 8323516. OLE color: 8323516.

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

Color convert

RGB 188 1 127 -
CMYK 0 0.99 0.32 0.26
HSL 319.57º 0.99% 0.37% -
HSV(B) 319.57º 0.99% 0.74% -
XYZ 24.58 12.25 21.15 -
YUV 71.28 159.45 211.25 -
System Red Green Blue C M Y K H S L
Decimal 188 1 127 0 0.99 0.32 0.26 319.57 0.99 0.37
Hex BC 1 7F 0 63 20 1A 140 63 25
Octal 274 1 177 0 143 40 32 500 143 45
Binary 10111100 1 1111111 0 1100011 100000 11010 101000000 1100011 100101

Color Harmonies of #BC017F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC017F

Black with #BC017F

Text Example


Text Example

White with #BC017F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC017F; }

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

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

background-color css

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

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

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

border-color css

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

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

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