Html Css Color HEX #BC019C Medium Violet Red

📋 copy color: '#BC019C'

red 188 ◦ green 1 ◦ blue 156

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

Shades of Medium Violet Red #BC019C

Tints of Medium Violet Red #BC019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 45.22%

R = 54.49%
G = 0.29%
B = 45.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BC019C (or 0xBC019C) is known color: Medium Violet Red. HEX triplet: BC, 01 and 9C. RGB value is (188,1,156). Sum of RGB (Red+Green+Blue) = 188+1+156=345 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.49% from 345); Green value is 1 (0.78% from 255 or 0.29% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 188 - color contains mainly: red. Hex color #BC019C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC019C is #43FE63. Grayscale: #4A4A4A. Windows color (decimal): -4456036 or 10224060. OLE color: 10224060.

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

Color convert

RGB 188 1 156 -
CMYK 0 0.99 0.17 0.26
HSL 310.27º 0.99% 0.37% -
HSV(B) 310.27º 0.99% 0.74% -
XYZ 26.75 13.11 32.57 -
YUV 74.58 173.95 208.9 -
System Red Green Blue C M Y K H S L
Decimal 188 1 156 0 0.99 0.17 0.26 310.27 0.99 0.37
Hex BC 1 9C 0 63 11 1A 136 63 25
Octal 274 1 234 0 143 21 32 466 143 45
Binary 10111100 1 10011100 0 1100011 10001 11010 100110110 1100011 100101

Color Harmonies of #BC019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC019C

Black with #BC019C

Text Example


Text Example

White with #BC019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC019C; }

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

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

background-color css

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

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

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

border-color css

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

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

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