Html Css Color HEX #BC208D Medium Violet Red

📋 copy color: '#BC208D'

red 188 ◦ green 32 ◦ blue 141

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

Shades of Medium Violet Red #BC208D

Tints of Medium Violet Red #BC208D

RGB

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

 GREEN value IS 32 (12.89% from 255) = 8.86%

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

R = 52.08%
G = 8.86%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC208D (or 0xBC208D) is known color: Medium Violet Red. HEX triplet: BC, 20 and 8D. RGB value is (188,32,141). Sum of RGB (Red+Green+Blue) = 188+32+141=361 (47% of max value = 765). Red value is 188 (73.83% from 255 or 52.08% from 361); Green value is 32 (12.89% from 255 or 8.86% from 361); Blue value is 141 (55.47% from 255 or 39.06% from 361); Max value from RGB is 188 - color contains mainly: red. Hex color #BC208D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC208D is #43DF72. Grayscale: #5A5A5A. Windows color (decimal): -4448115 or 9248956. OLE color: 9248956.

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

Color convert

RGB 188 32 141 -
CMYK 0 0.83 0.25 0.26
HSL 318.08º 0.71% 0.43% -
HSV(B) 318.08º 0.83% 0.74% -
XYZ 26.06 13.65 26.46 -
YUV 91.07 156.18 197.14 -
System Red Green Blue C M Y K H S L
Decimal 188 32 141 0 0.83 0.25 0.26 318.08 0.71 0.43
Hex BC 20 8D 0 53 19 1A 13E 47 2B
Octal 274 40 215 0 123 31 32 476 107 53
Binary 10111100 100000 10001101 0 1010011 11001 11010 100111110 1000111 101011

Color Harmonies of #BC208D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC208D

Black with #BC208D

Text Example


Text Example

White with #BC208D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC208D; }

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

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

background-color css

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

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

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

border-color css

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

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

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