Html Css Color HEX #BC206A Medium Violet Red

📋 copy color: '#BC206A'

red 188 ◦ green 32 ◦ blue 106

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

Shades of Medium Violet Red #BC206A

Tints of Medium Violet Red #BC206A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.52%

R = 57.67%
G = 9.82%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC206A (or 0xBC206A) is known color: Medium Violet Red. HEX triplet: BC, 20 and 6A. RGB value is (188,32,106). Sum of RGB (Red+Green+Blue) = 188+32+106=326 (43% of max value = 765). Red value is 188 (73.83% from 255 or 57.67% from 326); Green value is 32 (12.89% from 255 or 9.82% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 188 - color contains mainly: red. Hex color #BC206A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC206A is #43DF95. Grayscale: #565656. Windows color (decimal): -4448150 or 6955196. OLE color: 6955196.

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

Color convert

RGB 188 32 106 -
CMYK 0 0.83 0.44 0.26
HSL 331.54º 0.71% 0.43% -
HSV(B) 331.54º 0.83% 0.74% -
XYZ 23.86 12.77 14.84 -
YUV 87.08 138.68 199.98 -
System Red Green Blue C M Y K H S L
Decimal 188 32 106 0 0.83 0.44 0.26 331.54 0.71 0.43
Hex BC 20 6A 0 53 2C 1A 14C 47 2B
Octal 274 40 152 0 123 54 32 514 107 53
Binary 10111100 100000 1101010 0 1010011 101100 11010 101001100 1000111 101011

Color Harmonies of #BC206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC206A

Black with #BC206A

Text Example


Text Example

White with #BC206A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC206A; }

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

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

background-color css

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

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

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

border-color css

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

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

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