Html Css Color HEX #BC206C Medium Violet Red

📋 copy color: '#BC206C'

red 188 ◦ green 32 ◦ blue 108

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

Shades of Medium Violet Red #BC206C

Tints of Medium Violet Red #BC206C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 32.93%

R = 57.32%
G = 9.76%
B = 32.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC206C (or 0xBC206C) is known color: Medium Violet Red. HEX triplet: BC, 20 and 6C. RGB value is (188,32,108). Sum of RGB (Red+Green+Blue) = 188+32+108=328 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.32% from 328); Green value is 32 (12.89% from 255 or 9.76% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 188 - color contains mainly: red. Hex color #BC206C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC206C is #43DF93. Grayscale: #575757. Windows color (decimal): -4448148 or 7086268. OLE color: 7086268.

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

Color convert

RGB 188 32 108 -
CMYK 0 0.83 0.43 0.26
HSL 330.77º 0.71% 0.43% -
HSV(B) 330.77º 0.83% 0.74% -
XYZ 23.96 12.81 15.4 -
YUV 87.31 139.68 199.82 -
System Red Green Blue C M Y K H S L
Decimal 188 32 108 0 0.83 0.43 0.26 330.77 0.71 0.43
Hex BC 20 6C 0 53 2B 1A 14B 47 2B
Octal 274 40 154 0 123 53 32 513 107 53
Binary 10111100 100000 1101100 0 1010011 101011 11010 101001011 1000111 101011

Color Harmonies of #BC206C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC206C

Black with #BC206C

Text Example


Text Example

White with #BC206C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC206C; }

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

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

background-color css

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

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

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

border-color css

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

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

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