Html Css Color HEX #BC1784 Medium Violet Red

📋 copy color: '#BC1784'

red 188 ◦ green 23 ◦ blue 132

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

Shades of Medium Violet Red #BC1784

Tints of Medium Violet Red #BC1784

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.71%

 BLUE value IS 132 (51.95% from 255) = 38.48%

R = 54.81%
G = 6.71%
B = 38.48%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC1784 (or 0xBC1784) is known color: Medium Violet Red. HEX triplet: BC, 17 and 84. RGB value is (188,23,132). Sum of RGB (Red+Green+Blue) = 188+23+132=343 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.81% from 343); Green value is 23 (9.38% from 255 or 6.71% from 343); Blue value is 132 (51.95% from 255 or 38.48% from 343); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1784 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC1784 is #43E87B. Grayscale: #545454. Windows color (decimal): -4450428 or 8656828. OLE color: 8656828.

HSL color Cylindrical-coordinate representation of color #BC1784: hue angle of 320.36º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC1784 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 132 -
CMYK 0 0.88 0.30 0.26
HSL 320.36º 0.78% 0.41% -
HSV(B) 320.36º 0.88% 0.74% -
XYZ 25.21 12.97 23 -
YUV 84.76 154.66 201.64 -
System Red Green Blue C M Y K H S L
Decimal 188 23 132 0 0.88 0.30 0.26 320.36 0.78 0.41
Hex BC 17 84 0 58 1E 1A 140 4E 29
Octal 274 27 204 0 130 36 32 500 116 51
Binary 10111100 10111 10000100 0 1011000 11110 11010 101000000 1001110 101001

Color Harmonies of #BC1784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1784

Black with #BC1784

Text Example


Text Example

White with #BC1784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1784; }

 p { color: rgb(188,23,132); }

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

background-color css

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

 a { background-color: rgb(188,23,132); }

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

border-color css

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

 span { border-color: rgb(188,23,132); }

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