Html Css Color HEX #BC209A Medium Violet Red

📋 copy color: '#BC209A'

red 188 ◦ green 32 ◦ blue 154

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

Shades of Medium Violet Red #BC209A

Tints of Medium Violet Red #BC209A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 41.18%

R = 50.27%
G = 8.56%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BC209A (or 0xBC209A) is known color: Medium Violet Red. HEX triplet: BC, 20 and 9A. RGB value is (188,32,154). Sum of RGB (Red+Green+Blue) = 188+32+154=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 32 (12.89% from 255 or 8.56% from 374); Blue value is 154 (60.55% from 255 or 41.18% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC209A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC209A is #43DF65. Grayscale: #5C5C5C. Windows color (decimal): -4448102 or 10100924. OLE color: 10100924.

HSL color Cylindrical-coordinate representation of color #BC209A: hue angle of 313.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 #BC209A is Cyan = 0, Magento = 0.83, Yellow = 0.18 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 32 154 -
CMYK 0 0.83 0.18 0.26
HSL 313.08º 0.71% 0.43% -
HSV(B) 313.08º 0.83% 0.74% -
XYZ 27.09 14.06 31.86 -
YUV 92.55 162.68 196.08 -
System Red Green Blue C M Y K H S L
Decimal 188 32 154 0 0.83 0.18 0.26 313.08 0.71 0.43
Hex BC 20 9A 0 53 12 1A 139 47 2B
Octal 274 40 232 0 123 22 32 471 107 53
Binary 10111100 100000 10011010 0 1010011 10010 11010 100111001 1000111 101011

Color Harmonies of #BC209A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC209A

Black with #BC209A

Text Example


Text Example

White with #BC209A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC209A; }

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

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

background-color css

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

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

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

border-color css

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

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

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