Html Css Color HEX #BC207A Medium Violet Red

📋 copy color: '#BC207A'

red 188 ◦ green 32 ◦ blue 122

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

Shades of Medium Violet Red #BC207A

Tints of Medium Violet Red #BC207A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.67%

R = 54.97%
G = 9.36%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BC207A (or 0xBC207A) is known color: Medium Violet Red. HEX triplet: BC, 20 and 7A. RGB value is (188,32,122). Sum of RGB (Red+Green+Blue) = 188+32+122=342 (45% of max value = 765). Red value is 188 (73.83% from 255 or 54.97% from 342); Green value is 32 (12.89% from 255 or 9.36% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 188 - color contains mainly: red. Hex color #BC207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BC207A is #43DF85. Grayscale: #585858. Windows color (decimal): -4448134 or 8003772. OLE color: 8003772.

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

Color convert

RGB 188 32 122 -
CMYK 0 0.83 0.35 0.26
HSL 325.38º 0.71% 0.43% -
HSV(B) 325.38º 0.83% 0.74% -
XYZ 24.77 13.13 19.64 -
YUV 88.9 146.68 198.68 -
System Red Green Blue C M Y K H S L
Decimal 188 32 122 0 0.83 0.35 0.26 325.38 0.71 0.43
Hex BC 20 7A 0 53 23 1A 145 47 2B
Octal 274 40 172 0 123 43 32 505 107 53
Binary 10111100 100000 1111010 0 1010011 100011 11010 101000101 1000111 101011

Color Harmonies of #BC207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC207A

Black with #BC207A

Text Example


Text Example

White with #BC207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC207A; }

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

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

background-color css

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

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

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

border-color css

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

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

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